1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +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

@@ -96,6 +96,10 @@
@include themify($themes) {
color: themed('mutedColor');
}
.sub-label {
margin-left: 10px;
}
}
.text, .detail {

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;