[common] changed popover stylesheet
This commit is contained in:
parent
cae686188f
commit
defbbe6e94
|
@ -153,7 +153,8 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover li:last-child {
|
.popover {
|
||||||
|
li:last-child {
|
||||||
.segmented a {
|
.segmented a {
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-radius: var(--f7-button-border-radius) 0 0 var(--f7-button-border-radius);
|
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 {
|
.list {
|
||||||
.item-content {
|
.item-content {
|
||||||
.color-preview {
|
.color-preview {
|
||||||
|
|
Loading…
Reference in a new issue