bugfix design

This commit is contained in:
Chneemann 2024-05-20 18:29:50 +02:00
parent c514141415
commit 1e3c45fb97
2 changed files with 5 additions and 17 deletions

View file

@ -220,14 +220,8 @@ section {
} }
.custom-img { .custom-img {
&:nth-child(2) { &:nth-child(2) {
top: 2px; top: 14px;
} }
&:nth-child(5) {
top: 73px;
}
}
.passwordEye {
top: 76px;
} }
} }

View file

@ -175,23 +175,17 @@ section {
} }
.custom-img { .custom-img {
&:nth-child(2) { &:nth-child(2) {
top: 15px; top: 12px;
} }
&:nth-child(5) { &:nth-child(5) {
top: 90px; top: 87px;
}
&:nth-child(8) {
top: 162px;
}
&:nth-child(11) {
top: 237px;
} }
} }
.passwordEye { .passwordEye {
top: 162px; top: 12px;
} }
.passwordEyeConfirm { .passwordEyeConfirm {
top: 237px; top: 87px;
} }
} }