Skip to content

Commit

Permalink
fix(forms): increase 1px spacing between form messages and form contr…
Browse files Browse the repository at this point in the history
…ols (#1948)

Form messages being `.form-text` and valid/invalid feedback messages
  • Loading branch information
hannahiss authored Jul 3, 2023
1 parent 94a9591 commit 6737e8e
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 @@ -1049,7 +1049,7 @@ $btn-social-networks: (
// Forms

// scss-docs-start form-text-variables
$form-text-margin-top: .375rem !default; // Boosted mod
$form-text-margin-top: .4375rem !default; // Boosted mod
$form-text-font-size: $small-font-size !default;
$form-text-font-style: null !default;
$form-text-font-weight: $font-weight-bold !default; // Boosted mod: instead of `null`
Expand Down

0 comments on commit 6737e8e

Please sign in to comment.