[common] changed popover stylesheet

This commit is contained in:
Maxim Kadushkin 2021-01-27 16:37:00 +03:00
parent cae686188f
commit defbbe6e94

View file

@ -153,7 +153,8 @@
}
}
.popover li:last-child {
.popover {
li:last-child {
.segmented a {
&:first-child {
border-radius: var(--f7-button-border-radius) 0 0 var(--f7-button-border-radius);
@ -165,6 +166,15 @@
}
}
.page-content {
> .list {
&:last-child {
margin-bottom: 30px;
}
}
}
}
.list {
.item-content {
.color-preview {