1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Card header color theming (#26573)

Define new variable for card header color
This commit is contained in:
Andrew Pucci
2018-10-21 04:05:54 -04:00
committed by XhmikosR
parent becb6ce346
commit d13ae1fc1a
2 changed files with 2 additions and 0 deletions

View File

@@ -68,6 +68,7 @@
.card-header {
padding: $card-spacer-y $card-spacer-x;
margin-bottom: 0; // Removes the default margin-bottom of <hN>
color: $card-cap-color;
background-color: $card-cap-bg;
border-bottom: $card-border-width solid $card-border-color;