fix: correct form icon positioning in mobile view
This commit is contained in:
parent
e5c4e5a527
commit
d25c9a3095
2 changed files with 9 additions and 4 deletions
|
|
@ -53,15 +53,15 @@ section {
|
|||
@media screen and (max-width: 660px) {
|
||||
.content {
|
||||
padding: 28px;
|
||||
.headline {
|
||||
font-size: 36px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
.content {
|
||||
width: 80%;
|
||||
.headline {
|
||||
font-size: 36px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -115,7 +115,12 @@ form {
|
|||
}
|
||||
}
|
||||
|
||||
.passwordEye {
|
||||
.email-icon,
|
||||
.password-icon {
|
||||
left: 18px;
|
||||
}
|
||||
|
||||
.password-eye {
|
||||
right: 18px;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue