mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 18:23:32 -05:00
Style error message on register form
This commit is contained in:
parent
2edca417b1
commit
af499e4539
1 changed files with 4 additions and 0 deletions
|
@ -94,8 +94,12 @@
|
||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.hp-register-password-error {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
.register-banner__password-error {
|
.register-banner__password-error {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.screenshot {
|
.screenshot {
|
||||||
height: 600px;
|
height: 600px;
|
||||||
|
|
Loading…
Reference in a new issue