0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-02 02:29:24 +01:00

Add .card-footer color (#30515)

This commit is contained in:
Catalin Zalog 2020-04-06 15:59:29 +03:00 committed by XhmikosR
parent fe9384c216
commit 6edeaa4291

View File

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