From 20b797d2e48f145be5e427d5497a8a4b79832416 Mon Sep 17 00:00:00 2001 From: Sanne de Vries Date: Thu, 19 May 2022 15:17:55 +0200 Subject: [PATCH] Updated subscriber count in newsletter selection dropdown in publish flow No ref --- ghost/admin/app/styles/components/publishmenu.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ghost/admin/app/styles/components/publishmenu.css b/ghost/admin/app/styles/components/publishmenu.css index 38bfb2c361..eb85501d1d 100644 --- a/ghost/admin/app/styles/components/publishmenu.css +++ b/ghost/admin/app/styles/components/publishmenu.css @@ -485,6 +485,17 @@ display: none; } +.gh-publish-newsletter-dropdown .gh-newsletter-count { + padding: 2px 7px; + background: var(--whitegrey-l1); + color: var(--middarkgrey); + border-radius: 999px; + font-weight: 500; + font-size: 1.25rem; + min-width: 23px; + text-align: center; +} + .gh-publish-newsletter-dropdown { z-index: 99999; padding: 4px 0;