Skip to content

Commit

Permalink
fix(input-base): met a jour les espacements des icones
Browse files Browse the repository at this point in the history
  • Loading branch information
zellerbaptiste committed Sep 21, 2023
1 parent a86e876 commit 944a368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/component/input/input-base/style/_module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
background-repeat: no-repeat;
background-position: spacing.space(calc(100% - 4v) 50%);
background-size: spacing.space(4v) spacing.space(4v);
@include padding-right(11v);
@include padding-right(12v);

&::-webkit-calendar-picker-indicator {
display: block;
Expand All @@ -50,7 +50,7 @@

@include has-icon {
#{ns(input)} {
@include padding-right(11v);
@include padding-right(12v);
}

@include icon-size(sm, before) {
Expand Down

0 comments on commit 944a368

Please sign in to comment.