0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Improved sign in form error typography (#20098)

ref DES-170
This commit is contained in:
Sodbileg Gansukh 2024-04-29 18:29:07 +08:00 committed by GitHub
parent 2eb6f86a22
commit 70ca7baf5a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -269,10 +269,12 @@
.gh-flow-content .main-error,
.gh-setup .gh-flow-content .main-error {
margin-top: 8px;
color: var(--midgrey);
margin-top: 16px;
color: var(--red);
font-size: 1.35rem;
line-height: 1.5;
text-align: center;
text-wrap: balance;
}
.gh-setup .gh-flow-form .gh-btn-red,