text-bg-* support card

This commit is contained in:
Daniel
2023-05-28 13:40:28 +05:30
parent 13cf17cb7d
commit abca8da96e

View File

@@ -7,7 +7,8 @@
@include box-shadow($lte-card-shadow);
margin-bottom: map-get($spacers, 3);
&[class*="card-"]:not(.card-outline) {
&[class*="card-"]:not(.card-outline),
&[class*="text-bg-"]:not(.card-outline) {
> .card-header {
color: var(--#{$lte-prefix}card-variant-color);
background-color: var(--#{$lte-prefix}card-variant-bg);