diff options
| author | Mark Otto <[email protected]> | 2016-10-16 18:49:55 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2016-10-16 18:49:55 -0700 |
| commit | 227f066650a4cec4a26cbffe162b784d1cbe19de (patch) | |
| tree | bbd5ac4cddfe8cb4f8505eb0109d365960100280 /scss | |
| parent | 7a3459c0b1ec9db7b7b4c66bfc003593f0cc8d56 (diff) | |
| download | bootstrap-227f066650a4cec4a26cbffe162b784d1cbe19de.tar.xz bootstrap-227f066650a4cec4a26cbffe162b784d1cbe19de.zip | |
Revert "Drop the $small-font-size variable for the newer $font-size-sm one"
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_type.scss | 2 | ||||
| -rw-r--r-- | scss/_variables.scss | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/scss/_type.scss b/scss/_type.scss index e0be5193c..ff7114074 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -60,7 +60,7 @@ hr { small, .small { - font-size: $font-size-sm; + font-size: $small-font-size; font-weight: normal; } diff --git a/scss/_variables.scss b/scss/_variables.scss index ed0dee39f..c1bcbdc2c 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -205,6 +205,8 @@ $headings-color: inherit !default; $lead-font-size: 1.25rem !default; $lead-font-weight: 300 !default; +$small-font-size: 80% !default; + $text-muted: $gray-light !default; $abbr-border-color: $gray-light !default; |
