mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Extract $list-group-item-heading-margin-bottom variable
[skip sauce] [skip validator]
This commit is contained in:
parent
bfe20c2971
commit
322f3bbe6b
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||||
|
|
|
@ -730,8 +730,9 @@ $list-group-link-color: #555 !default;
|
||||||
$list-group-link-hover-color: $list-group-link-color !default;
|
$list-group-link-hover-color: $list-group-link-color !default;
|
||||||
$list-group-link-heading-color: #333 !default;
|
$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
|
||||||
|
|
Loading…
Reference in a new issue