Fixed bottom margin of signup message

This commit is contained in:
Peter Zimon 2022-05-13 12:45:00 +02:00
parent 159ed13ab7
commit 63bd92b6f2
2 changed files with 2 additions and 7 deletions

View File

@ -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;
}

View File

@ -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;
}