Skip to content

Commit

Permalink
fix(forms): add padding between .form-switch and its label (#1796)
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
  • Loading branch information
louismaximepiton and julien-deramond authored Feb 7, 2023
1 parent a84a642 commit d8310ad
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 @@ -1150,7 +1150,7 @@ $form-star-focus-box-shadow: $input-btn-focus-box-shadow !default; // Depre
// scss-docs-start form-switch-variables
// Boosted mod: no $form-switch-color
$form-switch-width: $spacer * 3 !default; // Boosted mod
$form-switch-padding-start: $form-switch-width + .5rem !default;
$form-switch-padding-start: $form-switch-width + .625rem !default; // Boosted mod
$form-switch-bg-image: var(--#{$boosted-prefix}close-icon) !default; // Boosted mod
$form-switch-bg-position: right .5rem top 50% !default; // Boosted mod
$form-switch-bg-size: .75rem !default; // Boosted mod
Expand Down

0 comments on commit d8310ad

Please sign in to comment.