[web] Misc. changes to CIAM pages (#30181)

* Remove double dots

* Make skip button Tertiary instead of Link

* Bold email

* New zotero logo

GitOrigin-RevId: 569fa4c18fc85abf55b492f7033472445c63ed6b
This commit is contained in:
Antoine Clausse
2025-12-08 14:01:24 +01:00
committed by Copybot
parent f8e87929e1
commit fa9e667373
5 changed files with 4 additions and 9 deletions

View File

@@ -79,7 +79,7 @@ block content
p.ciam-login-text
a(href='/login') #{translate("back_to_log_in")}
div(hidden data-ol-sent)
p.intro-p !{translate('if_theres_an_account_youll_get_reset_email', {email: '<span id="sent-email-display">your email</span>'})}
p.intro-p !{translate('if_theres_an_account_youll_get_reset_email', {email: '<strong id="sent-email-display">your email</strong>'})}
p.ciam-login-text.text-start
a(href='/login') #{translate('back_to_log_in')}

View File

@@ -62,7 +62,7 @@ block content
| #{translate('invalid_password')}.
+customValidationMessageNewStyle('password-must-be-different')
| #{translate('password_cant_be_the_same_as_current_one')}.
| #{translate('password_cant_be_the_same_as_current_one')}
+customValidationMessageNewStyle('password-must-be-strong')
| !{translate('password_was_detected_on_a_public_list_of_known_compromised_passwords', {}, [{name: 'a', attrs: {href: 'https://haveibeenpwned.com/passwords', rel: 'noopener noreferrer', target: '_blank'}}])}

View File

@@ -22,7 +22,7 @@ block content
)
div(hidden data-ol-sent)
h1 #{translate("your_password_has_been_reset")}
p.intro-p #{translate("you_can_now_sign_in_with_new_password")}.
p.intro-p #{translate("you_can_now_sign_in_with_new_password")}
a.btn.btn-ds.btn-lg.btn-primary.w-100(href='/login') #{translate("go_to_sign_in")}
div(data-ol-not-sent)
@@ -47,7 +47,7 @@ block content
| #{translate('invalid_password')}.
+ciamCustomFormDangerMessage('password-must-be-different')
| #{translate('password_cant_be_the_same_as_current_one')}.
| #{translate('password_cant_be_the_same_as_current_one')}
+ciamCustomFormDangerMessage('password-must-be-strong')
| !{translate('password_was_detected_on_a_public_list_of_known_compromised_passwords', {}, [{name: 'a', attrs: {href: 'https://haveibeenpwned.com/passwords', rel: 'noopener noreferrer', target: '_blank'}}])}

View File

@@ -214,11 +214,6 @@
}
}
.ciam-onboarding-steps-container {
text-align: center;
padding: var(--ds-spacing-250) var(--ds-spacing-400);
}
.ciam-dropdown-menu {
// Apply styling from DS design system to CIAM dropdowns
--dropdown-border-radius: var(--ds-border-radius-200);

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB