Skip to content

Commit

Permalink
Update card outline mixin
Browse files Browse the repository at this point in the history
Fixes #22056 by ensuring outline cards make their header/footer transparent and use the right border color.
  • Loading branch information
mdo committed Apr 9, 2017
1 parent 2dfffbd commit 09f98fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scss/mixins/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
@mixin card-outline-variant($color) {
background-color: transparent;
border-color: $color;

.card-header,
.card-footer {
background-color: transparent;
border-color: $color;
}
}

//
Expand Down

0 comments on commit 09f98fb

Please sign in to comment.