[mobile] Fix common styles
This commit is contained in:
parent
055a254c42
commit
fab3f9f1b4
|
@ -1,8 +1,48 @@
|
||||||
|
|
||||||
@white: #ffffff;
|
@white: #ffffff;
|
||||||
|
@black: #000000;
|
||||||
|
|
||||||
.device-ios {
|
.device-ios {
|
||||||
|
--f7-navbar-link-color: @themeColor;
|
||||||
|
--f7-navbar-text-color: @black;
|
||||||
|
--f7-navbar-title-line-height: 44px;
|
||||||
|
--f7-navbar-link-line-height: 44px;
|
||||||
|
--f7-navbar-title-font-size: 17px;
|
||||||
|
|
||||||
|
--f7-list-bg-color: @white;
|
||||||
|
--f7-navbar-bg-color: #f7f7f8;
|
||||||
|
|
||||||
|
// Main Toolbar
|
||||||
|
#editor-navbar.navbar .right a + a,
|
||||||
|
#editor-navbar.navbar .left a + a {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar {
|
||||||
|
background-color: var(--f7-navbar-bg-color);
|
||||||
|
.title {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.popover__titled {
|
.popover__titled {
|
||||||
|
.list {
|
||||||
|
ul {
|
||||||
|
background-color: var(--f7-list-bg-color);
|
||||||
|
li:first-child, li:last-child {
|
||||||
|
border-radius: 0;
|
||||||
|
a {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&:first-child, &:last-child {
|
||||||
|
ul {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.popover-inner {
|
.popover-inner {
|
||||||
//border-radius: var(--f7-popover-border-radius);
|
//border-radius: var(--f7-popover-border-radius);
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
.popup, .popover, .sheet-modal {
|
||||||
|
.list:first-child {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
|
|
||||||
.device-ios {
|
.device-ios {
|
||||||
// Main Toolbar
|
|
||||||
#editor-navbar.navbar .right a + a,
|
|
||||||
#editor-navbar.navbar .left a + a {
|
|
||||||
margin-left: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
|
|
||||||
// Colors
|
// Colors
|
||||||
@themeColor: #446995; // (64,102,215)
|
|
||||||
@themeColorLight: #a2bdde;
|
@themeColorLight: #a2bdde;
|
||||||
@navBarIconColor: #fff;
|
@navBarIconColor: #fff;
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
@themeColor: #446995;
|
||||||
|
|
||||||
@import '../../../../common/mobile/resources/less/_mixins.less';
|
@import '../../../../common/mobile/resources/less/_mixins.less';
|
||||||
@import '../../../../common/mobile/resources/less/collaboration.less';
|
@import '../../../../common/mobile/resources/less/collaboration.less';
|
||||||
@import '../../../../common/mobile/resources/less/common.less';
|
@import '../../../../common/mobile/resources/less/common.less';
|
||||||
|
|
Loading…
Reference in a new issue