1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

shoe strength text in label

This commit is contained in:
Kyle Spearrin
2018-11-15 15:27:27 -05:00
parent 3eeba61280
commit 55dfb8df62
6 changed files with 30 additions and 19 deletions

View File

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