mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Fixed typography inconsistency in the publish flow
refs https://github.com/TryGhost/Team/issues/2812
This commit is contained in:
parent
8f6d94cd5d
commit
f4bb135f9c
@ -717,6 +717,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.gh-publish-confirmation {
|
.gh-publish-confirmation {
|
||||||
|
margin-top: -2rem;
|
||||||
margin-bottom: 5rem;
|
margin-bottom: 5rem;
|
||||||
color: var(--black);
|
color: var(--black);
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
@ -780,9 +781,15 @@
|
|||||||
|
|
||||||
.gh-back-to-editor {
|
.gh-back-to-editor {
|
||||||
color: var(--midgrey);
|
color: var(--midgrey);
|
||||||
font-size: 1.6rem;
|
font-size: 1.35rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
letter-spacing: .4px;
|
letter-spacing: .4px;
|
||||||
|
transition: color .2s ease;
|
||||||
|
-webkit-font-smoothing: subpixel-antialiased;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-back-to-editor:hover {
|
||||||
|
color: var(--darkgrey);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-post-bookmark-wrapper {
|
.gh-post-bookmark-wrapper {
|
||||||
|
Loading…
Reference in New Issue
Block a user