Commit 09f98fbd authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

Update card outline mixin

Fixes #22056 by ensuring outline cards make their header/footer transparent and use the right border color.
parent 2dfffbde
Showing with 6 additions and 0 deletions
+6 -0
...@@ -13,6 +13,12 @@ ...@@ -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;
}
} }
// //
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment