Commit 44acff45 authored by Kevin Kirsche's avatar Kevin Kirsche Committed by Kevin Kirsche

Add white background to cards

Fix #17117
parent b591d232
...@@ -14,6 +14,7 @@ $card-cap-bg: #f5f5f5; ...@@ -14,6 +14,7 @@ $card-cap-bg: #f5f5f5;
.card { .card {
position: relative; position: relative;
margin-bottom: $card-spacer-y; margin-bottom: $card-spacer-y;
background-color: #fff;
border: $card-border-width solid $card-border-color; border: $card-border-width solid $card-border-color;
@include border-radius($card-border-radius); @include border-radius($card-border-radius);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment