Skip to content

Commit

Permalink
Merge pull request #3263 from PratyushSawan/fix#3241_eye_icon
Browse files Browse the repository at this point in the history
Fix#3241 - Icon Alignment issue in Password Field
  • Loading branch information
raclim authored Nov 26, 2024
2 parents dd767a2 + 280e444 commit 691e6a9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions client/styles/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,18 @@

.form__field__password {
position: relative;
display: flex;
align-items: center;
}

.form__eye__icon {
font-size: 28px;
font-size: #{math.div(30, $base-font-size)}rem;
position: absolute;
right: 0px;
top: 4px;
vertical-align: middle;

& svg {
transform: translateY(10%);
}
}


Expand Down

0 comments on commit 691e6a9

Please sign in to comment.