2016-11-15 12:32:11 +00:00
|
|
|
// Container
|
|
|
|
|
|
|
|
.phone.android {
|
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
|
|
|
|
|
|
|
.page-content {
|
|
|
|
.list-block:first-child {
|
|
|
|
margin-top: -1px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 10:44:42 +00:00
|
|
|
}
|
2016-11-15 12:32:11 +00:00
|
|
|
|
2016-11-16 10:44:42 +00:00
|
|
|
.settings {
|
2016-11-15 12:32:11 +00:00
|
|
|
&.popup,
|
|
|
|
&.popover {
|
|
|
|
.list-block {
|
|
|
|
ul {
|
|
|
|
border-radius: 0;
|
|
|
|
background: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
li:first-child a {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&,
|
|
|
|
.popover-inner {
|
|
|
|
> .content-block {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.popover-view {
|
2018-05-15 08:10:33 +00:00
|
|
|
border-radius: 2px;
|
2016-11-15 12:32:11 +00:00
|
|
|
|
|
|
|
> .pages {
|
2018-05-15 08:10:33 +00:00
|
|
|
border-radius: 2px;
|
2016-11-15 12:32:11 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.categories {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
> .toolbar {
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.popover-inner {
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
}
|