1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Add steps light colors (#2230)

Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
Mikołaj Sojka
2025-03-23 21:08:05 +01:00
committed by GitHub
parent 9bbcb99b90
commit b17b488c96
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@tabler/core": patch
---
Add steps light colors

View File

@@ -17,6 +17,10 @@
@each $name, $color in $extra-colors { @each $name, $color in $extra-colors {
.steps-#{$name} { .steps-#{$name} {
--#{$prefix}steps-color: var(--#{$prefix}#{$name}); --#{$prefix}steps-color: var(--#{$prefix}#{$name});
&-lt {
--#{$prefix}steps-color: var(--#{$prefix}#{$name}-lt);
}
} }
} }