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,13 +13,20 @@
|
|||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.radio-button-mini.all-off {
|
||||
.radio-button-mini {
|
||||
|
||||
&:not(:last-child) {
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
&.all-off {
|
||||
background: rgb(100, 50, 50);
|
||||
}
|
||||
|
||||
.radio-button-mini.all-on {
|
||||
&.all-on {
|
||||
background: rgb(50, 100, 50);
|
||||
}
|
||||
}
|
||||
|
||||
.radio-system {
|
||||
font-family: Roboto, 'Helvetica Neue', sans-serif;
|
||||
|
|
|
|||
Loading…
Reference in a new issue