Skip to content

Commit 3aa91f0

Browse files
author
pratyushsawan
committed
added some fixes on the eye-svg
1 parent cf1beca commit 3aa91f0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

client/styles/components/_forms.scss

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,13 @@
8080
}
8181

8282
.form__eye__icon {
83-
font-size: 28px;
83+
font-size: #{math.div(30, $base-font-size)}rem;
8484
position: absolute;
8585
right: 0px;
86-
display: flex;
87-
vertical-align: middle;
86+
87+
& svg {
88+
transform: translateY(10%);
89+
}
8890
}
8991

9092

0 commit comments

Comments
 (0)