1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-13 17:14:04 +02:00

Add .card-footer color (#30515)

This commit is contained in:
Catalin Zalog
2020-04-06 15:59:29 +03:00
committed by GitHub
parent a85d80c925
commit 98ba40dc06

View File

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