mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 08:33:00 -06:00
CSS tweak for radio-button-mini alignment
This commit is contained in:
parent
87b30b83c3
commit
16c79670d2
|
|
@ -13,12 +13,19 @@
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio-button-mini.all-off {
|
.radio-button-mini {
|
||||||
background: rgb(100, 50, 50);
|
|
||||||
}
|
|
||||||
|
|
||||||
.radio-button-mini.all-on {
|
&:not(:last-child) {
|
||||||
background: rgb(50, 100, 50);
|
margin-left: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.all-off {
|
||||||
|
background: rgb(100, 50, 50);
|
||||||
|
}
|
||||||
|
|
||||||
|
&.all-on {
|
||||||
|
background: rgb(50, 100, 50);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio-system {
|
.radio-system {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue