mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 17:23:48 -05:00
Make error message match other styles
This commit is contained in:
parent
8777b0f5f8
commit
e37a54e254
1 changed files with 3 additions and 3 deletions
|
@ -98,9 +98,9 @@
|
||||||
margin-bottom: 9px;
|
margin-bottom: 9px;
|
||||||
}
|
}
|
||||||
.register-banner__password-error {
|
.register-banner__password-error {
|
||||||
padding: 3px;
|
padding: 5px 9px;
|
||||||
border: none;
|
border: none;
|
||||||
position: relative;
|
border-radius: @btn-border-radius-base;
|
||||||
}
|
}
|
||||||
.screenshot {
|
.screenshot {
|
||||||
height: 600px;
|
height: 600px;
|
||||||
|
|
Loading…
Reference in a new issue