mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 22:40:23 +00:00
Inherit card header color (#27681)
This commit is contained in:
parent
53d279b934
commit
75526bf2d0
1 changed files with 1 additions and 1 deletions
|
|
@ -795,7 +795,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: $body-color !default;
|
||||
$card-cap-color: inherit !default;
|
||||
$card-bg: $white !default;
|
||||
|
||||
$card-img-overlay-padding: 1.25rem !default;
|
||||
|
|
|
|||
Loading…
Reference in a new issue