1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Apply clearfix to .card-footer

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2015-12-23 17:22:53 -07:00
parent da533b8926
commit 25cecdb55a

View file

@ -80,6 +80,7 @@
}
.card-footer {
@include clearfix;
padding: $card-spacer-y $card-spacer-x;
background-color: $card-cap-bg;
border-top: $card-border-width solid $card-border-color;