[DE PE SSE mobile] Fix Bug 56323
This commit is contained in:
parent
0aea122a82
commit
a4d8b2b3ae
|
@ -124,62 +124,63 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Bullets, numbers and multilevels
|
// Bullets, numbers and multilevels
|
||||||
.bullets,
|
|
||||||
.numbers,
|
.bullets,
|
||||||
.multilevels {
|
.numbers,
|
||||||
.list{
|
.multilevels {
|
||||||
margin: 5px;
|
.list {
|
||||||
ul {
|
margin: 0;
|
||||||
background: none;
|
ul {
|
||||||
&:before, &:after {
|
background: none;
|
||||||
display: none;
|
&:before, &:after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-around;
|
||||||
|
width: 100%;
|
||||||
|
padding: 5px;
|
||||||
|
|
||||||
|
li {
|
||||||
|
width: 70px;
|
||||||
|
height: 70px;
|
||||||
|
border: 1px solid @gray;
|
||||||
|
html.pixel-ratio-2 & {
|
||||||
|
border: 0.5px solid @gray;
|
||||||
|
}
|
||||||
|
html.pixel-ratio-3 & {
|
||||||
|
border: 0.33px solid @gray;
|
||||||
}
|
}
|
||||||
display: flex;
|
|
||||||
justify-content: space-around;
|
|
||||||
width: 100%;
|
|
||||||
margin-top: 10px;
|
|
||||||
padding: 0 5px;
|
|
||||||
|
|
||||||
li {
|
.thumb {
|
||||||
width: 70px;
|
width: 100%;
|
||||||
height: 70px;
|
height: 100%;
|
||||||
border: 1px solid @gray;
|
background-color: @fill-white;
|
||||||
html.pixel-ratio-2 & {
|
background-size: cover;
|
||||||
border: 0.5px solid @gray;
|
|
||||||
}
|
|
||||||
html.pixel-ratio-3 & {
|
|
||||||
border: 0.33px solid @gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.thumb {
|
label {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
text-align: center;
|
||||||
background-color: @fill-white;
|
position: absolute;
|
||||||
background-size: cover;
|
top: 34%;
|
||||||
|
color: @fill-black;
|
||||||
label {
|
|
||||||
width: 100%;
|
|
||||||
text-align: center;
|
|
||||||
position: absolute;
|
|
||||||
top: 34%;
|
|
||||||
color: @fill-black;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.row.list .item-content {
|
.row.list .item-content {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
min-height: 68px;
|
min-height: 68px;
|
||||||
.item-inner{
|
.item-inner{
|
||||||
padding: 0;
|
padding: 0;
|
||||||
&:after {
|
&:after {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.popover__titled .popover-inner{
|
.popover__titled .popover-inner{
|
||||||
|
@ -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