1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 18:58:15 +04:00

fix #895 - background color overwrites background image

This commit is contained in:
codecalm
2022-10-10 22:14:01 +02:00
parent 375c12d186
commit 70bdafa0d2

View File

@@ -6,7 +6,7 @@
.bg-#{"" + $color}-lt {
color: var(--#{$prefix}#{$color}) !important;
background: rgba(var(--#{$prefix}#{$color}-rgb), .1) !important; //todo
background-color: rgba(var(--#{$prefix}#{$color}-rgb), .1) !important; //todo
}
}