Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
3af2ed94
Commit
3af2ed94
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Add $card-img-overlay-padding variable
[skip sauce] [skip variable]
parent
bfe3c590
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_card.scss
+1
-1
scss/_card.scss
scss/_variables.scss
+2
-0
scss/_variables.scss
with
3 additions
and
1 deletion
+3
-1
scss/_card.scss
+
1
-
1
View file @
3af2ed94
...
...
@@ -189,7 +189,7 @@
right
:
0
;
bottom
:
0
;
left
:
0
;
padding
:
1
.25rem
;
padding
:
$card-img-overlay-padding
;
}
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
2
-
0
View file @
3af2ed94
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment