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