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:
5
.changeset/slimy-tigers-exercise.md
Normal file
5
.changeset/slimy-tigers-exercise.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"@tabler/core": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Add steps light colors
|
||||||
@@ -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);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user