overleaf/services/web/frontend/stylesheets/app/register.less
Rebeka Dekany 09b910e58d Merge pull request #15522 from overleaf/remove-old-registration-login
Tear down focus-registration split test and make the new variant to be the default

GitOrigin-RevId: e80d3568063f2e23a3671c93b65425bf760657b1
2023-11-01 09:03:28 +00:00

27 lines
521 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-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;
}
}