mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00: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…
Reference in a new issue