We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd767a2 + 280e444 commit 691e6a9Copy full SHA for 691e6a9
client/styles/components/_forms.scss
@@ -75,14 +75,18 @@
75
76
.form__field__password {
77
position: relative;
78
+ display: flex;
79
+ align-items: center;
80
}
81
82
.form__eye__icon {
- font-size: 28px;
83
+ font-size: #{math.div(30, $base-font-size)}rem;
84
position: absolute;
85
right: 0px;
- top: 4px;
- vertical-align: middle;
86
+
87
+ & svg {
88
+ transform: translateY(10%);
89
+ }
90
91
92
0 commit comments