Skip to content

Commit

Permalink
changes the reference from font weight normal to base
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgalante committed Oct 2, 2018
1 parent d657f6a commit 58905a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ $label-margin-bottom: .5rem !default;
$input-padding-y: $input-btn-padding-y !default;
$input-padding-x: $input-btn-padding-x !default;
$input-font-size: $input-btn-font-size !default;
$input-font-weight: $font-weight-normal !default;
$input-font-weight: $font-weight-base !default;
$input-line-height: $input-btn-line-height !default;

$input-padding-y-sm: $input-btn-padding-y-sm !default;
Expand Down

0 comments on commit 58905a9

Please sign in to comment.