diff options
| author | astrahov <[email protected]> | 2019-10-12 16:56:29 +0500 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2019-10-12 13:56:29 +0200 |
| commit | 09e6af48d7f44900e38d5676fb01ad7bb9ddd24b (patch) | |
| tree | cdc77d68cda535969ee95c2dca528ee06b52ff61 | |
| parent | 4e37fc3ab4b9441ec749ab91edff66b7fc192456 (diff) | |
| download | bootstrap-09e6af48d7f44900e38d5676fb01ad7bb9ddd24b.tar.xz bootstrap-09e6af48d7f44900e38d5676fb01ad7bb9ddd24b.zip | |
Group line-height variables (#29466)
| -rw-r--r-- | scss/_variables.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index 79fbc8156..56bf0f176 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -227,9 +227,6 @@ $container-padding-x: $grid-gutter-width / 2 !default; // // Define common padding and border radius sizes and more. -$line-height-sm: 1.25 !default; -$line-height-lg: 2 !default; - $border-width: 1px !default; $border-color: $gray-300 !default; @@ -303,7 +300,10 @@ $font-weight-bold: 700 !default; $font-weight-bolder: bolder !default; $font-weight-base: $font-weight-normal !default; + $line-height-base: 1.5 !default; +$line-height-lg: 2 !default; +$line-height-sm: 1.25 !default; $h1-font-size: $font-size-base * 2.5 !default; $h2-font-size: $font-size-base * 2 !default; |
