Exporting base styles
This commit is contained in:
8
src/theme/_input.scss
Normal file
8
src/theme/_input.scss
Normal file
@ -0,0 +1,8 @@
|
||||
.inp {
|
||||
color: $on-background;
|
||||
|
||||
option {
|
||||
background: $background;
|
||||
color: $on-background;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user