overleaf/services/web/frontend/stylesheets/app/register.less
M Fahru 64e231eae4 Merge pull request #18554 from overleaf/ds-v2-second-test-login-register-page
Website Redesign - Spacing fixes on login and register pages in the new design

GitOrigin-RevId: 2012a0c07ee767b666252be2a1867024848b2879
2024-05-29 08:04:53 +00:00

40 lines
731 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;
}
.website-redesign {
.login-register-header-focus {
padding-top: unset;
}
}
.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;
}
}
.website-redesign {
.login-register-form-focus {
padding: @line-height-computed 0 0 0;
border-bottom: unset;
}
}