mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Add $form-text-font-weight
(#30617)
This commit is contained in:
parent
4fc701f6aa
commit
ed32ee2e78
@ -572,6 +572,7 @@ $btn-transition: color .15s ease-in-out, background-color .15s ease
|
||||
$form-text-margin-top: .25rem !default;
|
||||
$form-text-font-size: $small-font-size !default;
|
||||
$form-text-font-style: null !default;
|
||||
$form-text-font-weight: null !default;
|
||||
$form-text-color: $text-muted !default;
|
||||
|
||||
$form-label-margin-bottom: .5rem !default;
|
||||
|
@ -6,5 +6,6 @@
|
||||
margin-top: $form-text-margin-top;
|
||||
@include font-size($form-text-font-size);
|
||||
font-style: $form-text-font-style;
|
||||
font-weight: $form-text-font-weight;
|
||||
color: $form-text-color;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user