overleaf/services/web/frontend/stylesheets/app/register.less
Rebeka 8cd9b4051c add split test variant for the registration and login page
GitOrigin-RevId: bdaab96937b9f3cd53545b4a4eb9a3bd634a056e
2023-07-17 10:47:18 +00:00

27 lines
524 B
Text

.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-active {
padding-top: @line-height-computed;
}
.login-register-header-heading-active {
color: @neutral-90;
margin-bottom: 0;
}
.login-register-form-active {
padding: @line-height-computed;
padding-bottom: 0;
border-bottom: solid 1px @hr-border;
&:last-child {
border-bottom-width: 0;
}
}