diff options
| author | Chris Rebert <[email protected]> | 2016-02-16 22:27:29 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-17 21:04:06 -0800 |
| commit | 322f3bbe6b7144c6b00244df8e8e5b1f8dfa99a9 (patch) | |
| tree | d9dbb7776e662245a4b60ed5c5206de01d56ac75 | |
| parent | bfe20c2971c7796bb41242a8f918f7115321363f (diff) | |
| download | bootstrap-322f3bbe6b7144c6b00244df8e8e5b1f8dfa99a9.tar.xz bootstrap-322f3bbe6b7144c6b00244df8e8e5b1f8dfa99a9.zip | |
Extract $list-group-item-heading-margin-bottom variable
[skip sauce]
[skip validator]
| -rw-r--r-- | scss/_list-group.scss | 2 | ||||
| -rw-r--r-- | scss/_variables.scss | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/scss/_list-group.scss b/scss/_list-group.scss index e060c4181..d7e2ec5c1 100644 --- a/scss/_list-group.scss +++ b/scss/_list-group.scss @@ -115,7 +115,7 @@ .list-group-item-heading { margin-top: 0; - margin-bottom: 5px; + margin-bottom: $list-group-item-heading-margin-bottom; } .list-group-item-text { margin-bottom: 0; diff --git a/scss/_variables.scss b/scss/_variables.scss index 637c62d8e..fca83c6f4 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -730,8 +730,9 @@ $list-group-link-color: #555 !default; $list-group-link-hover-color: $list-group-link-color !default; $list-group-link-heading-color: #333 !default; -$list-group-item-padding-x: 1.25rem !default; -$list-group-item-padding-y: .75rem !default; +$list-group-item-padding-x: 1.25rem !default; +$list-group-item-padding-y: .75rem !default; +$list-group-item-heading-margin-bottom: 5px !default; // Image thumbnails |
