1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 09:52:43 +02:00

Add variable for card background color

This commit is contained in:
Aleksey Khudyakov
2015-09-23 09:40:34 +10:00
parent 835e2a7fbe
commit 7ad9d233f2
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
.card {
position: relative;
margin-bottom: $card-spacer-y;
background-color: #fff;
background-color: $card-bg;
border: $card-border-width solid $card-border-color;
@include border-radius($card-border-radius);
}