mirror of
https://github.com/bitwarden/desktop.git
synced 2025-02-18 01:31:42 +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;
|
box-sizing: border-box;
|
||||||
@ -41,6 +41,10 @@ a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input, select, textarea {
|
||||||
|
color: $text-color;
|
||||||
|
}
|
||||||
|
|
||||||
input, select, textarea, button {
|
input, select, textarea, button {
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
font-family: $font-family-sans-serif;
|
font-family: $font-family-sans-serif;
|
||||||
|
Loading…
Reference in New Issue
Block a user