[DE PE SSE mobile] Fix Bug 56323
This commit is contained in:
parent
0aea122a82
commit
a4d8b2b3ae
|
@ -124,12 +124,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bullets, numbers and multilevels
|
// Bullets, numbers and multilevels
|
||||||
|
|
||||||
.bullets,
|
.bullets,
|
||||||
.numbers,
|
.numbers,
|
||||||
.multilevels {
|
.multilevels {
|
||||||
.list {
|
.list {
|
||||||
margin: 5px;
|
margin: 0;
|
||||||
ul {
|
ul {
|
||||||
background: none;
|
background: none;
|
||||||
&:before, &:after {
|
&:before, &:after {
|
||||||
|
@ -138,8 +140,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 10px;
|
padding: 5px;
|
||||||
padding: 0 5px;
|
|
||||||
|
|
||||||
li {
|
li {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
|
@ -195,6 +196,14 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.popover .list + .list {
|
||||||
|
margin-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.popover .list:first-child li:first-child, .popover .list:first-child li:first-child a, .popover .list:first-child li:first-child > label, .popover .list:last-child li:last-child, .popover .list:last-child li:last-child a, .popover .list:last-child li:last-child > label {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.shapes {
|
.shapes {
|
||||||
li {
|
li {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
|
|
Loading…
Reference in a new issue