mirror of
https://github.com/twbs/bootstrap.git
synced 2025-04-09 01:53:53 +02: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
@ -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…
x
Reference in New Issue
Block a user