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:
parent
cf4736d2df
commit
15d4a83b1e
2 changed files with 9 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue