mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Extract $list-group-item-heading-margin-bottom variable
[skip sauce] [skip validator]
This commit is contained in:
@@ -115,7 +115,7 @@
|
|||||||
|
|
||||||
.list-group-item-heading {
|
.list-group-item-heading {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 5px;
|
margin-bottom: $list-group-item-heading-margin-bottom;
|
||||||
}
|
}
|
||||||
.list-group-item-text {
|
.list-group-item-text {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
@@ -732,6 +732,7 @@ $list-group-link-heading-color: #333 !default;
|
|||||||
|
|
||||||
$list-group-item-padding-x: 1.25rem !default;
|
$list-group-item-padding-x: 1.25rem !default;
|
||||||
$list-group-item-padding-y: .75rem !default;
|
$list-group-item-padding-y: .75rem !default;
|
||||||
|
$list-group-item-heading-margin-bottom: 5px !default;
|
||||||
|
|
||||||
|
|
||||||
// Image thumbnails
|
// Image thumbnails
|
||||||
|
Reference in New Issue
Block a user