2014-07-21 12:29:55 -04:00
|
|
|
.registration_message {
|
2019-12-05 14:09:31 -05:00
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
2023-06-14 06:44:18 -04:00
|
|
|
// for focus-registration and focus-login split test variant
|
|
|
|
.registration_logo {
|
|
|
|
width: 130px;
|
|
|
|
padding: 8px 0;
|
|
|
|
}
|
|
|
|
|
2024-05-28 12:44:10 -04:00
|
|
|
.website-redesign {
|
|
|
|
.login-register-header-focus {
|
|
|
|
padding-top: unset;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-10-31 09:14:56 -04:00
|
|
|
.login-register-header-heading-focus {
|
2023-06-14 06:44:18 -04:00
|
|
|
color: @neutral-90;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2024-03-27 10:11:31 -04:00
|
|
|
.website-redesign {
|
|
|
|
.login-register-form-focus {
|
|
|
|
padding: @line-height-computed 0 0 0;
|
|
|
|
border-bottom: unset;
|
2024-08-20 08:34:56 -04:00
|
|
|
border-bottom: solid 1px @hr-border;
|
|
|
|
&:last-child {
|
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|
2024-03-27 10:11:31 -04:00
|
|
|
}
|
|
|
|
}
|