mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-04 21:05:54 +08:00
set color for form elements
This commit is contained in:
parent
08e2ac291b
commit
072286dbe5
@ -62,6 +62,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