mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Revert "Drop the $small-font-size variable for the newer $font-size-sm one"
This commit is contained in:
parent
7a3459c0b1
commit
227f066650
2 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,7 @@ hr {
|
|||
|
||||
small,
|
||||
.small {
|
||||
font-size: $font-size-sm;
|
||||
font-size: $small-font-size;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue