overleaf/services/web/frontend/stylesheets/app/register.less

28 lines
521 B
Text
Raw Normal View History

.registration_message {
text-align: center;
padding-bottom: 20px;
}
// for focus-registration and focus-login split test variant
.registration_logo {
width: 130px;
padding: 8px 0;
}
.login-register-header-focus {
padding-top: @line-height-computed;
}
.login-register-header-heading-focus {
color: @neutral-90;
margin-bottom: 0;
}
.login-register-form-focus {
padding: @line-height-computed;
padding-bottom: 0;
border-bottom: solid 1px @hr-border;
&:last-child {
border-bottom-width: 0;
}
}