mirror of https://github.com/ColorlibHQ/AdminLTE
text-bg-* support card
parent
13cf17cb7d
commit
abca8da96e
|
@ -7,7 +7,8 @@
|
||||||
@include box-shadow($lte-card-shadow);
|
@include box-shadow($lte-card-shadow);
|
||||||
margin-bottom: map-get($spacers, 3);
|
margin-bottom: map-get($spacers, 3);
|
||||||
|
|
||||||
&[class*="card-"]:not(.card-outline) {
|
&[class*="card-"]:not(.card-outline),
|
||||||
|
&[class*="text-bg-"]:not(.card-outline) {
|
||||||
> .card-header {
|
> .card-header {
|
||||||
color: var(--#{$lte-prefix}card-variant-color);
|
color: var(--#{$lte-prefix}card-variant-color);
|
||||||
background-color: var(--#{$lte-prefix}card-variant-bg);
|
background-color: var(--#{$lte-prefix}card-variant-bg);
|
||||||
|
|
Loading…
Reference in New Issue