2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+1
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;