File size: 949 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 |
body.is-section-signup .signup {
.signup-form.is-horizontal {
.signup-form__terms-of-service-link,
.auth-form__social-buttons-tos,
.auth-form__social p,
.signup-form__recaptcha-tos,
.logged-out-form__links .logged-out-form__link-item {
color: var(--studio-gray-60);
font-weight: normal;
}
.form-label {
color: var(--studio-gray-60);
font-weight: 500;
margin-bottom: 8px;
line-height: 20px;
letter-spacing: -0.16px;
}
.signup-form__terms-of-service-link a,
.auth-form__social-buttons-tos a,
.signup-form__recaptcha-tos a {
text-decoration: underline;
}
}
// ::::: Onboarding_PM_Passwordless_Experiment ::::::
// This selector is part of an experiment which is supposed to be cleaned up
// https://github.com/Automattic/wp-calypso/pull/83886
.signup__step.is-user.is-passwordless-experiment,
.signup__step.is-user-social {
.step-wrapper__navigation.action-buttons {
height: 60px;
}
}
}
|