Skip to content

Commit

Permalink
Fix .btn--icon size padding bug
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlaki committed Sep 12, 2022
1 parent c122793 commit 7314491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scss/form/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@
#{$selector}--icon {
padding: $btn-icon-padding;

#{$selector}--sm {
&#{$selector}--sm {
padding: $btn-icon-padding-sm;
}

#{$selector}--lg {
&#{$selector}--lg {
padding: $btn-icon-padding-lg;
}
}
Expand Down

0 comments on commit 7314491

Please sign in to comment.