Commit e7550436 authored by Mark Otto's avatar Mark Otto

Merge pull request #17120 from kkirsche/patch-5

Add white background to cards by default
parents 4b63173a 44acff45
......@@ -5,6 +5,7 @@
.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);
}
......
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