From 70ca7baf5a17f9413d48d0b8513418d646e030c5 Mon Sep 17 00:00:00 2001 From: Sodbileg Gansukh Date: Mon, 29 Apr 2024 18:29:07 +0800 Subject: [PATCH] Improved sign in form error typography (#20098) ref DES-170 --- ghost/admin/app/styles/layouts/flow.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/styles/layouts/flow.css b/ghost/admin/app/styles/layouts/flow.css index d1c3aea815..bf22e34cc6 100644 --- a/ghost/admin/app/styles/layouts/flow.css +++ b/ghost/admin/app/styles/layouts/flow.css @@ -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,