Files
Verso/services/web/frontend/stylesheets/ciam/ciam-password-reset.scss
T
Antoine Clausse d0d0776d25 [web] Misc. CIAM fixes (#30196)
* Remove focused style from the stepper

* Reduce spacing between password input and password policy

* Make input validation icon larger

* Make animated-tick.svg faster

* Move notification to below h1

* Move notification to below h1

* Fix: Warning: Invalid DOM property `autocomplete`. Did you mean `autoComplete`?

* Wrap form-text in a span so it's displayed correctly and not altered by flex

* Remove "Please request a new password reset email and follow the link." text after the email is entered

* Remove (unnecessary?) flex property on .ciam-form-text-icon

* Rename `messageTextNode` to `messageTextSpan`

* Revert changes to input-validator.ts

GitOrigin-RevId: ad83c92a59b9dbc872cf4e49362b0baec9fb5b93
2025-12-10 09:07:13 +00:00

29 lines
476 B
SCSS

.ciam-password-set,
.ciam-password-reset {
h1 {
margin-bottom: var(--ds-spacing-600);
}
p.intro-p {
margin-bottom: var(--ds-spacing-800);
}
.notification {
margin-bottom: var(--ds-spacing-800);
}
.password-policy {
color: var(--ds-color-text-secondary);
}
&.ciam-password-set .form-group-ds {
margin-bottom: var(--ds-spacing-200);
}
.actions {
display: flex;
flex-direction: column;
gap: var(--ds-spacing-400);
}
}