diff options
| author | Chris Rebert <[email protected]> | 2016-01-09 14:34:59 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-09 14:34:59 -0800 |
| commit | 4a667f5bb773c737edf5cd802bbc88f0eb30b9bd (patch) | |
| tree | 3a246531ebf84e72d943ca99e705276036385772 /scss/_variables.scss | |
| parent | f646ed79201d2eae403c1438cd9d0ea03ecff5e0 (diff) | |
| download | bootstrap-4a667f5bb773c737edf5cd802bbc88f0eb30b9bd.tar.xz bootstrap-4a667f5bb773c737edf5cd802bbc88f0eb30b9bd.zip | |
Add variables for media object margins and padding
[skip sauce]
[skip validator]
Diffstat (limited to 'scss/_variables.scss')
| -rw-r--r-- | scss/_variables.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 6c3e725c2..fa702c972 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -626,6 +626,13 @@ $breadcrumb-active-color: $gray-light !default; $breadcrumb-divider: "/" !default; +// Media objects + +$media-margin-top: 15px !default; +$media-heading-margin-bottom: 5px !default; +$media-alignment-padding-x: 10px !default; + + // Carousel $carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6) !default; |
