0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

Add $small-font-size variable

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert 2016-02-15 23:59:53 -08:00
parent 2a2462d253
commit 4278eb57ab
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;