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;
|
|
|
|
}
|
|
|
|
|
2023-10-31 09:14:56 -04:00
|
|
|
.login-register-header-focus {
|
2023-06-14 06:44:18 -04:00
|
|
|
padding-top: @line-height-computed;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2023-10-31 09:14:56 -04:00
|
|
|
.login-register-form-focus {
|
2023-06-14 06:44:18 -04:00
|
|
|
padding: @line-height-computed;
|
|
|
|
padding-bottom: 0;
|
|
|
|
border-bottom: solid 1px @hr-border;
|
|
|
|
&:last-child {
|
|
|
|
border-bottom-width: 0;
|
|
|
|
}
|
|
|
|
}
|