mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
[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:
@@ -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')}
|
||||
|
||||
|
||||
@@ -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'}}])}
|
||||
|
||||
@@ -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'}}])}
|
||||
|
||||
@@ -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);
|
||||
|
||||
BIN
services/web/public/img/third-party-icons/zotero_64x64x32.png
Normal file
BIN
services/web/public/img/third-party-icons/zotero_64x64x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
Reference in New Issue
Block a user