mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-25 12:22:50 +01:00
Add $small-font-size variable
[skip sauce] [skip validator]
This commit is contained in:
parent
2a2462d253
commit
4278eb57ab
@ -60,7 +60,7 @@ hr {
|
|||||||
|
|
||||||
small,
|
small,
|
||||||
.small {
|
.small {
|
||||||
font-size: 80%;
|
font-size: $small-font-size;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -193,6 +193,8 @@ $headings-color: inherit !default;
|
|||||||
$lead-font-size: 1.25rem !default;
|
$lead-font-size: 1.25rem !default;
|
||||||
$lead-font-weight: 300 !default;
|
$lead-font-weight: 300 !default;
|
||||||
|
|
||||||
|
$small-font-size: 80% !default;
|
||||||
|
|
||||||
$text-muted: $gray-light !default;
|
$text-muted: $gray-light !default;
|
||||||
|
|
||||||
$abbr-border-color: $gray-light !default;
|
$abbr-border-color: $gray-light !default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user