1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

style fixes for colorized passwords

This commit is contained in:
Kyle Spearrin
2018-12-08 13:48:30 -05:00
parent 4597390166
commit 865658734a
6 changed files with 36 additions and 30 deletions

View File

@@ -64,18 +64,6 @@ input, select, textarea {
}
}
.passwordNumber {
@include themify($themes) {
color: themed('passwordNumberColor');
}
}
.passwordSpecial {
@include themify($themes) {
color: themed('passwordSpecialColor');
}
}
input, select, textarea, button {
font-size: $font-size-base;
font-family: $font-family-sans-serif;