mirror of
https://github.com/tabler/tabler.git
synced 2026-07-23 05:51:42 +04:00
committed by
GitHub
parent
a1020cfddc
commit
a21fed2547
@@ -7,12 +7,14 @@
|
||||
background: $value !important;
|
||||
}
|
||||
|
||||
.text-#{"" + $color} {
|
||||
color: $value !important;
|
||||
}
|
||||
|
||||
.bg-#{"" + $color}-lt {
|
||||
color: $value !important;
|
||||
background: theme-color-lighter($value, true) !important;
|
||||
}
|
||||
}
|
||||
|
||||
@each $color, $value in theme-colors() {
|
||||
.text-#{"" + $color} {
|
||||
color: $value !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user