0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed post status background in editor

This commit is contained in:
Sanne de Vries 2021-03-09 14:57:13 +01:00
parent 9a38d74a65
commit e9aac9c07b

View file

@ -436,14 +436,17 @@
} }
.gh-editor-post-status { .gh-editor-post-status {
height: 33px;
display: flex; display: flex;
align-items: center; align-items: center;
padding: 0 12px; margin-right: 8px;
padding: 5px 12px 6px;
font-size: 1.35rem; font-size: 1.35rem;
font-weight: 400; font-weight: 400;
color: var(--midgrey-l2); color: var(--midgrey-l2);
letter-spacing: .2px; letter-spacing: .2px;
background: var(--white) background: var(--white);
border-radius: 3px;
} }
.gh-editor-preview-trigger { .gh-editor-preview-trigger {