mirror of
https://github.com/tabler/tabler.git
synced 2026-08-12 22:32:21 +04:00
New statuses (#965)
This commit is contained in:
@@ -175,17 +175,7 @@
|
||||
//
|
||||
// Button color variations
|
||||
//
|
||||
$btn-colors: $theme-colors;
|
||||
|
||||
@if $enable-extra-colors {
|
||||
$btn-colors: map-merge($btn-colors, $extra-colors);
|
||||
}
|
||||
|
||||
@if $enable-social-colors {
|
||||
$btn-colors: map-merge($btn-colors, $social-colors);
|
||||
}
|
||||
|
||||
@each $name, $color in $btn-colors {
|
||||
@each $name, $color in theme-colors() {
|
||||
.btn-#{$name},
|
||||
.btn-outline-#{$name},
|
||||
.btn-ghost-#{$name} {
|
||||
|
||||
Reference in New Issue
Block a user