Adding styles for Checkbox and RadioButton

This commit is contained in:
Fabian Stamm
2019-07-24 18:38:18 +02:00
parent 296871b969
commit 63f38a1787
5 changed files with 183 additions and 1565 deletions

View File

@ -5,4 +5,10 @@
background: $background;
color: $on-background;
}
}
.input-checkbox {
span {
background-color: $button-color;
}
}