Skip to content

Commit

Permalink
fix(#1019): modify buttons icons padding (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo authored Jan 11, 2022
1 parent 5241ab2 commit 064bb54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
}

// Boosted mod: with icon
> svg {
&:not(.btn-icon) > svg {
transform: translateY(1px);
}
// End mod
Expand Down Expand Up @@ -188,8 +188,7 @@

// Boosted mod: icon button
.btn-icon {
padding-right: var(--#{$boosted-variable-prefix}icon-spacing);
padding-left: var(--#{$boosted-variable-prefix}icon-spacing);
padding: var(--#{$boosted-variable-prefix}icon-spacing);
}
// End mod

Expand Down

0 comments on commit 064bb54

Please sign in to comment.