1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 01:55:46 +02:00

Merge pull request #18255 from twbs/v4-block-cards

Block level cards
This commit is contained in:
Mark Otto
2015-11-14 21:41:20 -08:00

View File

@@ -4,6 +4,7 @@
.card { .card {
position: relative; position: relative;
display: block;
margin-bottom: $card-spacer-y; margin-bottom: $card-spacer-y;
background-color: $card-bg; background-color: $card-bg;
border: $card-border-width solid $card-border-color; border: $card-border-width solid $card-border-color;