UX: fix info text color on custom field for login (#24665)

This commit is contained in:
chapoi 2023-12-01 15:41:44 +02:00 committed by GitHub
parent 106c1c317f
commit f8bf4bda00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,6 +88,13 @@
}
}
.more-info,
.instructions {
color: var(--primary-medium);
min-height: 1.4em;
overflow-wrap: anywhere;
}
.caps-lock-warning {
color: var(--danger);
font-size: var(--font-down-1);