CSS tweak for radio-button-mini alignment

This commit is contained in:
Chrystian Huot 2019-06-26 14:20:49 -04:00
parent 87b30b83c3
commit 16c79670d2

View file

@ -13,12 +13,19 @@
justify-content: flex-start;
}
.radio-button-mini.all-off {
background: rgb(100, 50, 50);
}
.radio-button-mini {
.radio-button-mini.all-on {
background: rgb(50, 100, 50);
&:not(:last-child) {
margin-left: auto;
}
&.all-off {
background: rgb(100, 50, 50);
}
&.all-on {
background: rgb(50, 100, 50);
}
}
.radio-system {