Align CIAM explanatory notification text to the left (#30144)

GitOrigin-RevId: 3d511d8a2756c9c1b1697ee040684c6e4513e0f9
This commit is contained in:
Antoine Clausse
2025-12-05 11:35:51 +01:00
committed by Copybot
parent 72a49fc97b
commit a75c6a2c63
@@ -11,6 +11,10 @@
@include heading-sm;
}
.explanatory-ciam-notification .notification-content {
text-align: left;
}
form {
padding-top: var(--spacing-08);