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

Add white background to cards

Fix #17117
This commit is contained in:
Kevin Kirsche 2015-08-20 07:59:42 -04:00 committed by Kevin Kirsche
parent b591d232a6
commit 44acff459b

View File

@ -14,6 +14,7 @@ $card-cap-bg: #f5f5f5;
.card {
position: relative;
margin-bottom: $card-spacer-y;
background-color: #fff;
border: $card-border-width solid $card-border-color;
@include border-radius($card-border-radius);
}