From: Chris Rebert Date: Tue, 16 Feb 2016 07:59:53 +0000 (-0800) Subject: Add $small-font-size variable X-Git-Tag: v4.0.0-alpha.3~237^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4278eb57ab1e9c48fb4f465867c38642b6eae0cc;p=thirdparty%2Fbootstrap.git Add $small-font-size variable [skip sauce] [skip validator] --- diff --git a/scss/_type.scss b/scss/_type.scss index 1075757795..e3be17b22e 100644 --- a/scss/_type.scss +++ b/scss/_type.scss @@ -60,7 +60,7 @@ hr { small, .small { - font-size: 80%; + font-size: $small-font-size; font-weight: normal; } diff --git a/scss/_variables.scss b/scss/_variables.scss index e28b46711d..037683555a 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -193,6 +193,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;