web-apps/apps/common/mobile/resources/less/material/_container.less

77 lines
1 KiB
Plaintext
Raw Normal View History

2016-11-15 12:32:11 +00:00
// Container
.phone.android {
.container-edit,
.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,
.container-settings,
.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;
}
}