* Initial implementation of registration first page * CSS tweaks from review * Suppress skip-to-content link * Fix formatting * Make logo and footer bottom margin always appear in CIAM register page * Fix font size and margin of card footer text * Pug fixes from linter * Fixes from merge of main * Use translation string GitOrigin-RevId: 0486532112d81462a008206e3f1a97c409d39a6a
7 lines
385 B
Plaintext
7 lines
385 B
Plaintext
mixin recaptchaConditionsContent
|
|
| !{translate("recaptcha_conditions", {}, [{}, {name: 'a', attrs: {href: 'https://policies.google.com/privacy', rel: 'noopener noreferrer', target: '_blank'}}, {name: 'a', attrs: {href: 'https://policies.google.com/terms', rel: 'noopener noreferrer', target: '_blank'}}])}
|
|
|
|
mixin recaptchaConditions
|
|
.recaptcha-branding
|
|
+recaptchaConditionsContent
|