Use less padding in the login and register forms.

This commit is contained in:
Paulo Reis 2018-09-24 10:24:12 +01:00
parent a451a0b3f8
commit 6c3c51c44e

View file

@ -57,14 +57,14 @@
.login-register-form,
.login-register-sharelatex {
padding: @line-height-computed (@line-height-computed * 2);
padding: @line-height-computed;
border-bottom: solid 1px @hr-border;
&:last-child {
border-bottom-width: 0;
}
}
.login-register-other-links {
padding: @line-height-computed (@line-height-computed * 2);
padding: @line-height-computed;
}
.login-register-text,
@ -112,7 +112,7 @@
.login-register-newsletter {
font-size: 90%;
margin: @line-height-computed -(2 * @line-height-computed) 0;
margin: @line-height-computed -(@line-height-computed) 0;
text-align: left;
& > .checkbox {