mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Add $form-text-font-weight
(#30617)
This commit is contained in:
parent
4fc701f6aa
commit
ed32ee2e78
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue