[DE PE] Fix Bug 56354
This commit is contained in:
parent
43fe49e599
commit
a71d39025b
|
@ -128,7 +128,7 @@
|
||||||
.bullets,
|
.bullets,
|
||||||
.numbers,
|
.numbers,
|
||||||
.multilevels {
|
.multilevels {
|
||||||
.list{
|
.row.list{
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
ul {
|
ul {
|
||||||
background: none;
|
background: none;
|
||||||
|
@ -182,12 +182,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover__titled .popover-inner{
|
.popover {
|
||||||
.list {
|
.list {
|
||||||
ul {
|
ul {
|
||||||
background-color: var(--f7-list-bg-color);
|
background-color: var(--f7-list-bg-color);
|
||||||
li:first-child, li:last-child {
|
li:first-child, li:last-child {
|
||||||
a {
|
.item-link {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
.ios {
|
.ios {
|
||||||
.view {
|
|
||||||
.bullets-numbers{
|
|
||||||
background: @brand-text-on-brand;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Stepper
|
// Stepper
|
||||||
.content-block.stepper-block {
|
.content-block.stepper-block {
|
||||||
|
|
Loading…
Reference in a new issue