fix: make cards header have transparent background (#1256)

This commit is contained in:
Sharrell Porter 2017-10-30 13:27:46 -04:00 committed by Federico Zivolo
parent 549dcef697
commit 7e76c925c1

View File

@ -13,6 +13,7 @@
// Top and bottom padding: 16dp
.card-header {
padding: 1rem;
background-color: transparent;
}
.card-block {