mirror of https://github.com/twbs/bootstrap.git
Merge pull request #17120 from kkirsche/patch-5
Add white background to cards by default
This commit is contained in:
commit
e75504366d
|
@ -5,6 +5,7 @@
|
||||||
.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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue