mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-25 02:31:59 -05:00
Updated subscriber count in newsletter selection dropdown in publish flow
No ref
This commit is contained in:
parent
802a3c6187
commit
20b797d2e4
1 changed files with 11 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue