Merge pull request #19210 from twbs/small-font-size

Add $small-font-size variable
This commit is contained in:
Mark Otto 2016-02-16 20:23:54 -08:00
commit 853921df32
2 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,7 @@ hr {
small,
.small {
font-size: 80%;
font-size: $small-font-size;
font-weight: normal;
}

View 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;