0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

Made card header and footer's background transparent on .card-inverse (#21111)

Solves issue #18946
This commit is contained in:
Rodrigo Waltenberg 2016-11-28 05:12:03 -02:00 committed by Mark Otto
parent 08e36a3cc9
commit c5c1bfec01

View File

@ -22,6 +22,7 @@
@mixin card-inverse {
.card-header,
.card-footer {
background-color: transparent;
border-color: rgba(255,255,255,.2);
}
.card-header,