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:
parent
9a38d74a65
commit
e9aac9c07b
1 changed files with 5 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue