Commit 3af2ed94 authored by Chris Rebert's avatar Chris Rebert
Browse files

Add $card-img-overlay-padding variable

[skip sauce]
[skip variable]
parent bfe3c590
Showing with 3 additions and 1 deletion
+3 -1
......@@ -189,7 +189,7 @@
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
padding: $card-img-overlay-padding;
}
......
......@@ -577,6 +577,8 @@ $card-bg: #fff !default;
$card-link-hover-color: #fff !default;
$card-img-overlay-padding: 1.25rem !default;
$card-deck-margin: .625rem !default;
$card-columns-sm-up-column-gap: 1.25rem !default;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment