0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Updated portal title when there's no logo

This commit is contained in:
Peter Zimon 2020-10-01 14:00:23 +02:00
parent cf4736d2df
commit 15d4a83b1e
2 changed files with 9 additions and 4 deletions

View file

@ -25,10 +25,6 @@ const FrameStyles = `
line-height: 1.35em;
}
.gh-portal-signup-logo + .gh-portal-main-title {
margin: 4px 0 0;
}
.gh-portal-text-disabled {
color: var(--grey3);
font-weight: normal;

View file

@ -29,6 +29,15 @@ export const SignupPageStyles = `
padding: 0 32px 24px;
}
.gh-portal-signup-header .gh-portal-main-title,
.gh-portal-signin-header .gh-portal-main-title {
margin-top: 12px;
}
.gh-portal-signup-logo + .gh-portal-main-title {
margin: 4px 0 0;
}
.gh-portal-signup-header.nodivider {
border: none;
margin-bottom: 0;