mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Merge branch 'list-inline-padding' into v4-dev
This commit is contained in:
commit
239befe16b
@ -92,12 +92,12 @@ mark,
|
||||
// Inline turns list items into inline-block
|
||||
.list-inline {
|
||||
@include list-unstyled;
|
||||
margin-left: -5px;
|
||||
margin-left: -$list-inline-padding;
|
||||
|
||||
> li {
|
||||
display: inline-block;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
padding-right: $list-inline-padding;
|
||||
padding-left: $list-inline-padding;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -180,6 +180,8 @@ $dt-font-weight: bold !default;
|
||||
|
||||
$nested-kbd-font-weight: bold !default;
|
||||
|
||||
$list-inline-padding: 5px !default;
|
||||
|
||||
|
||||
// Components
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user