mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 17:53:49 -05:00
Use less padding in the login and register forms.
This commit is contained in:
parent
a451a0b3f8
commit
6c3c51c44e
1 changed files with 3 additions and 3 deletions
|
@ -57,14 +57,14 @@
|
||||||
|
|
||||||
.login-register-form,
|
.login-register-form,
|
||||||
.login-register-sharelatex {
|
.login-register-sharelatex {
|
||||||
padding: @line-height-computed (@line-height-computed * 2);
|
padding: @line-height-computed;
|
||||||
border-bottom: solid 1px @hr-border;
|
border-bottom: solid 1px @hr-border;
|
||||||
&:last-child {
|
&:last-child {
|
||||||
border-bottom-width: 0;
|
border-bottom-width: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.login-register-other-links {
|
.login-register-other-links {
|
||||||
padding: @line-height-computed (@line-height-computed * 2);
|
padding: @line-height-computed;
|
||||||
}
|
}
|
||||||
|
|
||||||
.login-register-text,
|
.login-register-text,
|
||||||
|
@ -112,7 +112,7 @@
|
||||||
|
|
||||||
.login-register-newsletter {
|
.login-register-newsletter {
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
margin: @line-height-computed -(2 * @line-height-computed) 0;
|
margin: @line-height-computed -(@line-height-computed) 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
||||||
& > .checkbox {
|
& > .checkbox {
|
||||||
|
|
Loading…
Reference in a new issue