diff options
| author | Andres Galante <[email protected]> | 2017-10-31 09:04:26 -0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-11-06 09:28:29 -0800 |
| commit | b931070bd7becb0c9ab67d323ab90432a0bfafc1 (patch) | |
| tree | 152f398d40c7f29e361ac8295ba08d343837ade2 | |
| parent | 34d745540d690086cdfc4ce648963f9acdc56bdb (diff) | |
| download | bootstrap-b931070bd7becb0c9ab67d323ab90432a0bfafc1.tar.xz bootstrap-b931070bd7becb0c9ab67d323ab90432a0bfafc1.zip | |
changes list-inline-padding from 5px to .5rem
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index a8e4392ab..69cd5d34e 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -280,7 +280,7 @@ $dt-font-weight: $font-weight-bold !default; $kbd-box-shadow: inset 0 -.1rem 0 rgba($black, .25) !default; $nested-kbd-font-weight: $font-weight-bold !default; -$list-inline-padding: 5px !default; +$list-inline-padding: .5rem !default; $mark-bg: #fcf8e3 !default; |
