mirror of
https://github.com/tabler/tabler.git
synced 2026-08-09 21:02:22 +04:00
Update color utility classes and fix colors in pricing page (#2122)
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
@each $color, $value in $gray-colors {
|
||||
.bg-#{"" + $color} {
|
||||
--#{$prefix}bg-opacity: .1;
|
||||
--#{$prefix}bg-opacity: 1;
|
||||
background-color: rgba(var(--#{$prefix}#{$color}-rgb), var(--#{$prefix}bg-opacity)) !important;
|
||||
}
|
||||
|
||||
@@ -39,3 +39,15 @@
|
||||
color: $value !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-surface {
|
||||
background-color: var(--#{$prefix}bg-surface) !important;
|
||||
}
|
||||
|
||||
.bg-surface-secondary {
|
||||
background-color: var(--#{$prefix}bg-surface-secondary) !important;
|
||||
}
|
||||
|
||||
.bg-surface-tertiary {
|
||||
background-color: var(--#{$prefix}bg-surface-tertiary) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user