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
Solves issue #18946
  • Loading branch information
Rodrigo Waltenberg authored and Rodrigo Waltenberg committed Nov 9, 2016
1 parent cbd13e5 commit f23ba61
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 f23ba61

Please sign in to comment.