1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

make master password strength text bold

This commit is contained in:
Kyle Spearrin
2018-11-15 15:43:17 -05:00
parent 55dfb8df62
commit 85452b3622
3 changed files with 9 additions and 3 deletions

View File

@@ -52,6 +52,12 @@ small {
}
}
.text-warning {
@include themify($themes) {
color: themed('warningColor') !important;
}
}
.text-muted {
@include themify($themes) {
color: themed('mutedColor') !important;