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 5, 2023
1 parent 56e40fd commit 74e2890
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/component/input/input-base/style/_module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

@supports selector(::-webkit-calendar-picker-indicator) {
background-repeat: no-repeat;
background-position: spacing.space(calc(100% - 3v) 50%);
background-position: spacing.space(calc(100% - 4v) 50%);
background-size: spacing.space(4v) spacing.space(4v);
@include padding-right(9v);
@include padding-right(11v);

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

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

@include icon-size(sm, before) {
@include absolute(3v, 3v, 3v);
@include absolute(3v, 4v, 3v);
@include margin(auto);
pointer-events: none;
}
Expand Down

0 comments on commit 74e2890

Please sign in to comment.