aboutsummaryrefslogtreecommitdiff
path: root/scss/_card.scss
diff options
context:
space:
mode:
authorAndrew Pucci <[email protected]>2018-10-21 04:05:54 -0400
committerXhmikosR <[email protected]>2018-10-21 11:05:54 +0300
commitd13ae1fc1ac6a67464c353ffa9dfc6cdb195d02a (patch)
tree5b7b74ac1b6db3ddc4bbad0f128318891e5f9632 /scss/_card.scss
parentbecb6ce346a69fccccb1828e289ae4e4d3af8535 (diff)
downloadbootstrap-d13ae1fc1ac6a67464c353ffa9dfc6cdb195d02a.tar.xz
bootstrap-d13ae1fc1ac6a67464c353ffa9dfc6cdb195d02a.zip
Card header color theming (#26573)
Define new variable for card header color
Diffstat (limited to 'scss/_card.scss')
-rw-r--r--scss/_card.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index fcae56d63..f3de02708 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -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;