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:
@@ -96,6 +96,10 @@
|
||||
@include themify($themes) {
|
||||
color: themed('mutedColor');
|
||||
}
|
||||
|
||||
.sub-label {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.text, .detail {
|
||||
|
||||
@@ -46,6 +46,12 @@ small {
|
||||
}
|
||||
}
|
||||
|
||||
.text-danger {
|
||||
@include themify($themes) {
|
||||
color: themed('dangerColor') !important;
|
||||
}
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
@include themify($themes) {
|
||||
color: themed('mutedColor') !important;
|
||||
|
||||
Reference in New Issue
Block a user