Skip to content

Commit

Permalink
Add $form-text-font-weight (twbs#30617)
Browse files Browse the repository at this point in the history
  • Loading branch information
zalog committed Apr 20, 2020
1 parent 4fc701f commit ed32ee2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions scss/forms/_form-text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit ed32ee2

Please sign in to comment.