text-bg-* support card

pull/5142/head
Daniel 2023-05-28 13:40:28 +05:30
parent 13cf17cb7d
commit abca8da96e
1 changed files with 2 additions and 1 deletions

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);