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 {
&:nth-child(2) {
top: 2px;
top: 14px;
}
&:nth-child(5) {
top: 73px;
}
}
.passwordEye {
top: 76px;
}
}

View file

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