Merge pull request #958 from sharelatex/pr-adjust-login-form-padding

Use less padding in the login and register forms.
This commit is contained in:
Paulo Jorge Reis 2018-09-24 11:53:18 +01:00 committed by GitHub
commit ce6405d5b1

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-top: @line-height-computed;
text-align: left;
& > .checkbox {