mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Fixed bottom margin of signup message
This commit is contained in:
parent
159ed13ab7
commit
63bd92b6f2
2 changed files with 2 additions and 7 deletions
|
@ -885,8 +885,7 @@ const MobileStyles = `
|
|||
max-height: 660px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.preview .gh-portal-btn-container .gh-portal-signup-message,
|
||||
|
||||
.preview .gh-portal-invite-only-notification + .gh-portal-signup-message {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
|
|
@ -88,7 +88,7 @@ export const SignupPageStyles = `
|
|||
justify-content: center;
|
||||
color: var(--grey4);
|
||||
font-size: 1.5rem;
|
||||
margin-top: 8px;
|
||||
margin: 16px 0 0;
|
||||
}
|
||||
|
||||
.gh-portal-signup-message,
|
||||
|
@ -146,10 +146,6 @@ footer.gh-portal-signin-footer {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.gh-portal-content.signup.noplan {
|
||||
margin-bottom: -8px;
|
||||
}
|
||||
|
||||
.gh-portal-content.signup.single-field {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue