fix: overrides some functions from spectres

This commit is contained in:
Kazhnuz Klappsthul 2021-07-28 18:11:08 +02:00
parent 15d58223f3
commit 67ab9029ed
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ ul.breadcrumb, ol.breadcrumb, .breadcrumb {
// COLORIZE BUTTONS
.btn, a.btn, .badge, .chip, a.chip, a.badge, .label, a.label, label.label {
.btn, a.btn, .btn.btn, .badge, .chip, a.chip, a.badge, .label, a.label, label.label {
@each $name, $color in list-colors() {
&-#{$name} { @include button-color(get-color($name)); }
}