]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add $small-font-size variable 19210/head
authorChris Rebert <code@chrisrebert.com>
Tue, 16 Feb 2016 07:59:53 +0000 (23:59 -0800)
committerChris Rebert <code@chrisrebert.com>
Tue, 16 Feb 2016 07:59:53 +0000 (23:59 -0800)
[skip sauce]
[skip validator]

scss/_type.scss
scss/_variables.scss

index 1075757795d4d0b70edaff12d12d8c9052630bb6..e3be17b22ecff4ab2cdb55fff502fabfcddaaa60 100644 (file)
@@ -60,7 +60,7 @@ hr {
 
 small,
 .small {
-  font-size: 80%;
+  font-size: $small-font-size;
   font-weight: normal;
 }
 
index e28b46711d0f85d4c45f0427fda1e450a38e78b2..037683555a10e22f9d79562ca439c486dc9df323 100644 (file)
@@ -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;