mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-12 10:04:44 +01:00
set color for form elements
This commit is contained in:
parent
403151951c
commit
04015c5fcb
@ -1,4 +1,4 @@
|
||||
@import "variables.scss";
|
||||
@import "variables.scss";
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
@ -41,6 +41,10 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
input, select, textarea {
|
||||
color: $text-color;
|
||||
}
|
||||
|
||||
input, select, textarea, button {
|
||||
font-size: $font-size-base;
|
||||
font-family: $font-family-sans-serif;
|
||||
|
Loading…
Reference in New Issue
Block a user