Theme/src/theme/_input.scss
2019-07-24 18:38:18 +02:00

14 lines
198 B
SCSS

.inp {
color: $on-background;
option {
background: $background;
color: $on-background;
}
}
.input-checkbox {
span {
background-color: $button-color;
}
}