mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +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 {
|
||||
margin-top: -2rem;
|
||||
margin-bottom: 5rem;
|
||||
color: var(--black);
|
||||
font-size: 1.8rem;
|
||||
@ -780,9 +781,15 @@
|
||||
|
||||
.gh-back-to-editor {
|
||||
color: var(--midgrey);
|
||||
font-size: 1.6rem;
|
||||
font-size: 1.35rem;
|
||||
font-weight: 400;
|
||||
letter-spacing: .4px;
|
||||
transition: color .2s ease;
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
}
|
||||
|
||||
.gh-back-to-editor:hover {
|
||||
color: var(--darkgrey);
|
||||
}
|
||||
|
||||
.gh-post-bookmark-wrapper {
|
||||
|
Loading…
Reference in New Issue
Block a user