2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03: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
+1
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,