mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
changed disabled badge style
This commit is contained in:
@@ -120,16 +120,6 @@
|
||||
@include themify($themes) {
|
||||
color: themed('mutedColor');
|
||||
}
|
||||
|
||||
.text-badge {
|
||||
padding-left: 2px;
|
||||
margin-right: 3px;
|
||||
font-size: $font-size-small;
|
||||
border-radius: 3px;
|
||||
@include themify($themes) {
|
||||
background-color: themed('mutedColorBackground');
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -66,7 +66,6 @@ $themes: (
|
||||
headingButtonHoverColor: $gray-light,
|
||||
labelColor: $gray-light,
|
||||
mutedColor: $text-muted,
|
||||
mutedColorBackground: lighten($text-muted, 35%),
|
||||
totpStrokeColor: $brand-primary,
|
||||
boxRowButtonColor: $brand-primary,
|
||||
boxRowButtonHoverColor: darken($brand-primary, 10%),
|
||||
@@ -118,7 +117,6 @@ $themes: (
|
||||
headingButtonHoverColor: #ffffff,
|
||||
labelColor: #a3a3a3,
|
||||
mutedColor: #a3a3a3,
|
||||
mutedColorBackground: darken(#a3a3a3, 35%),
|
||||
totpStrokeColor: #cacaca,
|
||||
boxRowButtonColor: #cacaca,
|
||||
boxRowButtonHoverColor: #ffffff,
|
||||
@@ -170,7 +168,6 @@ $themes: (
|
||||
headingButtonHoverColor: $nord6,
|
||||
labelColor: $nord4,
|
||||
mutedColor: $nord4,
|
||||
mutedColorBackground: darken($nord4, 35%),
|
||||
totpStrokeColor: $nord4,
|
||||
boxRowButtonColor: $nord4,
|
||||
boxRowButtonHoverColor: $nord6,
|
||||
|
||||
Reference in New Issue
Block a user