1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 16:44:17 +02:00

Merge pull request #17120 from kkirsche/patch-5

Add white background to cards by default
This commit is contained in:
Mark Otto
2015-08-23 14:44:53 -07:00

View File

@@ -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);
}