mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 01:30:24 +00:00
Prevent rendering of color property by default
This commit is contained in:
parent
cd4964f345
commit
5adcfe97f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue