1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 23:03:32 +00:00

set color for form elements

This commit is contained in:
Kyle Spearrin
2018-04-19 22:54:37 -04:00
parent 403151951c
commit 04015c5fcb

View File

@@ -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;