mirror of
https://github.com/tabler/tabler.git
synced 2026-08-12 22:32:21 +04:00
card-bg fix, create bg-surface
This commit is contained in:
@@ -56,8 +56,8 @@
|
||||
// Button color variations
|
||||
//
|
||||
.btn-white {
|
||||
--#{$prefix}btn-bg: var(--#{$prefix}card-bg);
|
||||
--#{$prefix}btn-hover-bg: var(--#{$prefix}card-bg-hover);
|
||||
--#{$prefix}btn-bg: var(--#{$prefix}card-bg, var(--#{$prefix}bg-surface));
|
||||
--#{$prefix}btn-hover-bg: var(--#{$prefix}card-bg-hover, var(--#{$prefix}bg-surface));
|
||||
}
|
||||
|
||||
@each $color, $value in $theme-colors {
|
||||
|
||||
Reference in New Issue
Block a user