Updated subscriber count in newsletter selection dropdown in publish flow

No ref
This commit is contained in:
Sanne de Vries 2022-05-19 15:17:55 +02:00
parent 802a3c6187
commit 20b797d2e4

View File

@ -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;