1
0
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:
addison
2021-02-25 13:27:47 -05:00
parent f429996d5c
commit ac4afc6ef1
3 changed files with 8 additions and 20 deletions

View File

@@ -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');
}
}
}
}

View File

@@ -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,