diff options
| author | Kevin Kirsche <[email protected]> | 2015-08-20 07:59:42 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-08-23 08:10:55 -0400 |
| commit | 44acff459b8eab0c6d101b9cbcc29327fa56f507 (patch) | |
| tree | 5c489e1bebd0c8d4e6deff41079eeefd34d446c7 | |
| parent | b591d232a6bf3f830daee4bf40f47e76f8ec66be (diff) | |
| download | bootstrap-44acff459b8eab0c6d101b9cbcc29327fa56f507.tar.xz bootstrap-44acff459b8eab0c6d101b9cbcc29327fa56f507.zip | |
Add white background to cards
Fix #17117
| -rw-r--r-- | scss/_card.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_card.scss b/scss/_card.scss index b0bac74e1..28c9debef 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); } |
