mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-21 10:11:50 +00:00
Update card outline mixin
Fixes #22056 by ensuring outline cards make their header/footer transparent and use the right border color.
This commit is contained in:
parent
2dfffbde89
commit
09f98fbd0e
1 changed files with 6 additions and 0 deletions
|
|
@ -13,6 +13,12 @@
|
||||||
@mixin card-outline-variant($color) {
|
@mixin card-outline-variant($color) {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-color: $color;
|
border-color: $color;
|
||||||
|
|
||||||
|
.card-header,
|
||||||
|
.card-footer {
|
||||||
|
background-color: transparent;
|
||||||
|
border-color: $color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue