fix: center align email icons in login forms
This commit is contained in:
parent
39b14f3a67
commit
5ccd8f1c68
1 changed files with 2 additions and 1 deletions
|
|
@ -87,7 +87,8 @@ body {
|
|||
|
||||
.field-icon {
|
||||
left: 9px;
|
||||
top: 5px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
fill: var(--text-light);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue