[DE SSE mobile] Bug 48776
This commit is contained in:
parent
0bbd65fadd
commit
5d68405408
|
@ -84,6 +84,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dialog {
|
||||||
|
.content-block {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.about {
|
.about {
|
||||||
.content-block {
|
.content-block {
|
||||||
margin: 0 auto 15px;
|
margin: 0 auto 15px;
|
||||||
|
@ -696,6 +702,24 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.picker-3d {
|
||||||
|
.picker-item {
|
||||||
|
padding: 0;
|
||||||
|
text-align: left;
|
||||||
|
font-size: 16px;
|
||||||
|
span {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.picker-center-highlight {
|
||||||
|
width: 100%;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue