From: Kevin Kirsche Date: Thu, 20 Aug 2015 11:59:42 +0000 (-0400) Subject: Add white background to cards X-Git-Tag: v4.0.0-alpha.2~430^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44acff459b8eab0c6d101b9cbcc29327fa56f507;p=thirdparty%2Fbootstrap.git Add white background to cards Fix #17117 --- diff --git a/scss/_card.scss b/scss/_card.scss index b0bac74e10..28c9debef3 100644 --- a/scss/_card.scss +++ b/scss/_card.scss @@ -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); }