From 556141d613a29cbbdd5e4ab1178d23c089445418 Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Thu, 8 Apr 2021 11:53:15 +0200 Subject: [PATCH] Styled staff limit notification in invite-modal --- ghost/admin/app/components/modal-invite-new-user.hbs | 4 ++-- ghost/admin/app/styles/patterns/boxes.css | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/ghost/admin/app/components/modal-invite-new-user.hbs b/ghost/admin/app/components/modal-invite-new-user.hbs index 80651e80f0..7dba0ad557 100644 --- a/ghost/admin/app/components/modal-invite-new-user.hbs +++ b/ghost/admin/app/components/modal-invite-new-user.hbs @@ -176,9 +176,9 @@ - diff --git a/ghost/admin/app/styles/patterns/boxes.css b/ghost/admin/app/styles/patterns/boxes.css index affcac997e..40f06cf203 100644 --- a/ghost/admin/app/styles/patterns/boxes.css +++ b/ghost/admin/app/styles/patterns/boxes.css @@ -53,13 +53,14 @@ } .gh-content-box { + line-height: 1.4em; border: none; background: var(--main-color-content-greybg); border-radius: 3px; } -.gh-content-box.pa { padding: 24px; } -.gh-content-box.pt { padding-top: 24px; } -.gh-content-box.pr { padding-right: 24px; } -.gh-content-box.pb { padding-bottom: 24px; } -.gh-content-box.pl { padding-left: 24px; } \ No newline at end of file +.gh-content-box.pa { padding: 16px; } +.gh-content-box.pt { padding-top: 16px; } +.gh-content-box.pr { padding-right: 16px; } +.gh-content-box.pb { padding-bottom: 16px; } +.gh-content-box.pl { padding-left: 16px; } \ No newline at end of file