Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2019-01-13 23:05:35 +0300
committerMark Otto <otto@github.com>2019-01-14 03:21:16 +0300
commit5adcfe97f04a5c2f0b2d0712a6f2332c0bbd8446 (patch)
tree0eff27ae408f831d1ad58a0943c485775db67641 /scss
parentcd4964f3456887802ae6bc13302e0f69f6590b91 (diff)
Prevent rendering of color property by default
Diffstat (limited to 'scss')
-rw-r--r--scss/_variables.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss
index d9e3f44ad4..268c04bc6f 100644
--- a/scss/_variables.scss
+++ b/scss/_variables.scss
@@ -825,7 +825,7 @@ $card-border-radius: $border-radius !default;
$card-border-color: rgba($black, .125) !default;
$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width}) !default;
$card-cap-bg: rgba($black, .03) !default;
-$card-cap-color: inherit !default;
+$card-cap-color: null !default;
$card-bg: $white !default;
$card-img-overlay-padding: 1.25rem !default;