fix: overrides some functions from spectres
This commit is contained in:
parent
15d58223f3
commit
67ab9029ed
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ ul.breadcrumb, ol.breadcrumb, .breadcrumb {
|
||||||
|
|
||||||
// COLORIZE BUTTONS
|
// 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() {
|
@each $name, $color in list-colors() {
|
||||||
&-#{$name} { @include button-color(get-color($name)); }
|
&-#{$name} { @include button-color(get-color($name)); }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue