2016-11-15 12:32:11 +00:00
|
|
|
// Container
|
|
|
|
.phone.ios {
|
2019-05-31 16:18:14 +00:00
|
|
|
.container-edit,
|
2019-06-19 06:48:37 +00:00
|
|
|
.container-collaboration,
|
|
|
|
.container-filter {
|
2016-11-15 12:32:11 +00:00
|
|
|
.navbar {
|
|
|
|
.hairline(top, @toolbarBorderColor);
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-content {
|
2016-12-21 14:27:35 +00:00
|
|
|
.list-block:first-child {
|
|
|
|
margin-top: -1px;
|
2016-11-15 12:32:11 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.container-edit,
|
|
|
|
.container-add,
|
2019-05-31 16:18:14 +00:00
|
|
|
.container-settings,
|
2019-06-19 06:48:37 +00:00
|
|
|
.container-collaboration,
|
|
|
|
.container-filter {
|
2016-11-15 12:32:11 +00:00
|
|
|
&.popover {
|
|
|
|
width: 360px;
|
|
|
|
}
|
2016-11-16 08:01:10 +00:00
|
|
|
}
|
2016-11-15 12:32:11 +00:00
|
|
|
|
2016-11-16 08:01:10 +00:00
|
|
|
.settings {
|
2016-11-15 12:32:11 +00:00
|
|
|
&.popup,
|
|
|
|
&.popover {
|
|
|
|
.list-block {
|
|
|
|
|
|
|
|
ul {
|
|
|
|
border-radius: 0 !important;
|
|
|
|
background: #fff;
|
2016-11-16 08:01:10 +00:00
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
.hairline(bottom, @listBlockBorderColor);
|
|
|
|
}
|
2016-11-15 12:32:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
2016-12-07 13:05:50 +00:00
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
2016-11-15 12:32:11 +00:00
|
|
|
li:first-child a,
|
|
|
|
li:last-child a {
|
|
|
|
border-radius: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&,
|
|
|
|
.popover-inner {
|
|
|
|
> .content-block {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-view {
|
|
|
|
border-radius: 13px;
|
|
|
|
|
|
|
|
> .pages {
|
|
|
|
border-radius: 13px;
|
|
|
|
}
|
|
|
|
}
|
2016-12-21 14:27:35 +00:00
|
|
|
|
|
|
|
.content-block:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
.content-block-inner {
|
|
|
|
&:before {
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-11-15 12:32:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.categories {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
> .buttons-row {
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.button {
|
|
|
|
padding: 0 1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-11-16 08:01:10 +00:00
|
|
|
|
2016-11-15 12:32:11 +00:00
|
|
|
.popover-inner {
|
|
|
|
height: 400px;
|
|
|
|
}
|
2020-04-30 09:55:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.container-add {
|
|
|
|
.categories {
|
|
|
|
> .buttons-row {
|
|
|
|
.button {
|
|
|
|
&.active {
|
|
|
|
i.icon {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-11-15 12:32:11 +00:00
|
|
|
}
|