Theme/src/theme/_input.scss
2019-10-30 22:43:18 +01:00

20 lines
256 B
SCSS

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