[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,
|
||||
.multilevels {
|
||||
.list {
|
||||
margin: 5px;
|
||||
margin: 0;
|
||||
ul {
|
||||
background: none;
|
||||
&:before, &:after {
|
||||
|
@ -138,8 +140,7 @@
|
|||
display: flex;
|
||||
justify-content: space-around;
|
||||
width: 100%;
|
||||
margin-top: 10px;
|
||||
padding: 0 5px;
|
||||
padding: 5px;
|
||||
|
||||
li {
|
||||
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 {
|
||||
li {
|
||||
width: 70px;
|
||||
|
|
Loading…
Reference in a new issue