0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Add $card-img-overlay-padding variable

[skip sauce]
[skip variable]
This commit is contained in:
Chris Rebert 2016-02-16 23:25:18 -08:00
parent bfe3c590df
commit 3af2ed9438
2 changed files with 3 additions and 1 deletions

View File

@ -189,7 +189,7 @@
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
padding: 1.25rem; padding: $card-img-overlay-padding;
} }

View File

@ -577,6 +577,8 @@ $card-bg: #fff !default;
$card-link-hover-color: #fff !default; $card-link-hover-color: #fff !default;
$card-img-overlay-padding: 1.25rem !default;
$card-deck-margin: .625rem !default; $card-deck-margin: .625rem !default;
$card-columns-sm-up-column-gap: 1.25rem !default; $card-columns-sm-up-column-gap: 1.25rem !default;