1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +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');
}
}
}
}