Skip to content

Commit

Permalink
Made card header and footer's background transparent on .card-inverse (
Browse files Browse the repository at this point in the history
…#21111)

Solves issue #18946
  • Loading branch information
rwaltenberg authored and mdo committed Nov 28, 2016
1 parent 08e36a3 commit c5c1bfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/mixins/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
@mixin card-inverse {
.card-header,
.card-footer {
background-color: transparent;
border-color: rgba(255,255,255,.2);
}
.card-header,
Expand Down

0 comments on commit c5c1bfe

Please sign in to comment.