[DE] extended stylesheets
This commit is contained in:
parent
d587788670
commit
299b997aa1
4
apps/common/mobile/resources/less/common-ios.less
Normal file
4
apps/common/mobile/resources/less/common-ios.less
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
.device-ios {
|
||||
|
||||
}
|
4
apps/common/mobile/resources/less/common-material.less
Normal file
4
apps/common/mobile/resources/less/common-material.less
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
.device-android {
|
||||
|
||||
}
|
6
apps/documenteditor/mobile/src/css/app-ios.less
Normal file
6
apps/documenteditor/mobile/src/css/app-ios.less
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
.device-ios {
|
||||
.popover-inner {
|
||||
//border-radius: var(--f7-popover-border-radius);
|
||||
}
|
||||
}
|
12
apps/documenteditor/mobile/src/css/app-material.less
Normal file
12
apps/documenteditor/mobile/src/css/app-material.less
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
// Colors
|
||||
@themeColor: #446995; // (64,102,215)
|
||||
@themeColorLight: #a2bdde;
|
||||
@navBarIconColor: #fff;
|
||||
|
||||
|
||||
.device-android {
|
||||
--f7-navbar-bg-color: @themeColor;
|
||||
--f7-navbar-link-color: @navBarIconColor;
|
||||
--f7-navbar-text-color: @navBarIconColor;
|
||||
}
|
|
@ -1,5 +1,9 @@
|
|||
|
||||
@import '../../../../common/mobile/resources/less/collaboration.less';
|
||||
@import '../../../../common/mobile/resources/less/common-ios.less';
|
||||
@import '../../../../common/mobile/resources/less/common-material.less';
|
||||
@import './app-material.less';
|
||||
@import './app-ios.less';
|
||||
|
||||
/* Left Panel right border when it is visible by breakpoint */
|
||||
.panel-left.panel-in-breakpoint:before {
|
||||
|
@ -36,9 +40,3 @@
|
|||
:root {
|
||||
--f7-popover-width: 360px;
|
||||
}
|
||||
|
||||
.ios {
|
||||
.popover-inner {
|
||||
//border-radius: var(--f7-popover-border-radius);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue