1
0
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:
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;
@ -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;