bugfix design
This commit is contained in:
parent
c514141415
commit
1e3c45fb97
2 changed files with 5 additions and 17 deletions
|
|
@ -220,14 +220,8 @@ section {
|
|||
}
|
||||
.custom-img {
|
||||
&:nth-child(2) {
|
||||
top: 2px;
|
||||
top: 14px;
|
||||
}
|
||||
&:nth-child(5) {
|
||||
top: 73px;
|
||||
}
|
||||
}
|
||||
.passwordEye {
|
||||
top: 76px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue