mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
54f0c24633
* tearing down the test for registration page * deleting files that were used in delete register.pug file * removing usage of websiteRedesignAssignmentVariant from remaining files * deleting files for login page except ligh version * removing the usage of websiteRedesignAssignmentVariant in remaining files * moving light design to views folder because app was breaking, also renaming the file to login.pug and moving the two related files to views folder * running make cleanup_unused_locales * updating the acceptance test to reflect the change * tested the deleted register files and rmeoved the classes that were only being used in the deleted register files * adding delete comments on classes for these files _registration_user_password _registration_sso * combining the two .login-register-form-focus into one within website-redesign * fixing the positioning of the validation message * moving register files out of website-redesign * adding back AnalyticsManager for view events GitOrigin-RevId: 028bd65824c4d09cc6ad9950159a404af55ff97e
31 lines
580 B
Text
31 lines
580 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;
|
|
}
|
|
|
|
.website-redesign {
|
|
.login-register-header-focus {
|
|
padding-top: unset;
|
|
}
|
|
}
|
|
|
|
.login-register-header-heading-focus {
|
|
color: @neutral-90;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.website-redesign {
|
|
.login-register-form-focus {
|
|
padding: @line-height-computed 0 0 0;
|
|
border-bottom: unset;
|
|
border-bottom: solid 1px @hr-border;
|
|
&:last-child {
|
|
border-bottom-width: 0;
|
|
}
|
|
}
|
|
}
|