1
0
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:
Paweł Kuna
2022-01-18 22:14:43 +01:00
committed by GitHub
parent 388adaec13
commit a9075f6717
32 changed files with 533 additions and 2075 deletions
+1 -11
View File
@@ -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} {