Unverified Commit ed32ee2e authored by Catalin Zalog's avatar Catalin Zalog Committed by GitHub
Browse files

Add `$form-text-font-weight` (#30617)

parent 4fc701f6
1 merge request!31948Examples/Floating-labels: fix bad behavior with autofill
Showing with 2 additions and 0 deletions
+2 -0
......@@ -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;
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment