Align right-side filter labels
This commit is contained in:
parent
25f614f4e2
commit
cb0497e54d
|
|
@ -17,9 +17,12 @@
|
||||||
.sw-icon-active .sw-icon-label { color:#bfdbfe; font-weight:600; }
|
.sw-icon-active .sw-icon-label { color:#bfdbfe; font-weight:600; }
|
||||||
|
|
||||||
/* Right-side filter stack alignment */
|
/* Right-side filter stack alignment */
|
||||||
.map-overlay-right .sw-icon-column { align-items:flex-end; }
|
.map-overlay-right .sw-icon-column { align-items:center; }
|
||||||
.map-overlay-right .sw-icon-btn { align-items:flex-end; }
|
.map-overlay-right .sw-icon-btn { align-items:center; }
|
||||||
.map-overlay-right .sw-icon-label { text-align:right; }
|
.map-overlay-right .sw-icon-label {
|
||||||
|
width:64px;
|
||||||
|
text-align:center;
|
||||||
|
}
|
||||||
|
|
||||||
.sw-bottom-row {
|
.sw-bottom-row {
|
||||||
display:flex;
|
display:flex;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue