mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Updated subscriber count in newsletter selection dropdown in publish flow
No ref
This commit is contained in:
parent
802a3c6187
commit
20b797d2e4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user