0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2024-12-30 22:34:01 -05:00

Fixed spacing issue with signup terms in Portal (#21390)

REF DES-907
This commit is contained in:
Sanne de Vries 2024-10-24 13:58:00 +02:00 committed by GitHub
parent c1ce322e86
commit 4a5c8000bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 10 deletions

View file

@ -22,7 +22,7 @@ export const InputFieldStyles = `
width: 100%;
height: 44px;
padding: 0 12px;
margin-bottom: 18px;
margin-bottom: 16px;
letter-spacing: 0.2px;
transition: border-color 0.25s ease-in-out;
}

View file

@ -216,11 +216,11 @@ footer.gh-portal-signup-footer.invite-only .gh-portal-signup-message {
}
.gh-portal-signup-terms {
margin: -16px 0 36px;
margin: 0 0 36px;
}
.gh-portal-signup-terms-wrapper.free-only .gh-portal-signup-terms {
margin: -16px 0 24px;
margin: 0 0 24px;
}
.gh-portal-products:has(.gh-portal-product-card) + .gh-portal-signup-terms-wrapper.free-only {
@ -244,7 +244,7 @@ footer.gh-portal-signup-footer.invite-only .gh-portal-signup-message {
.gh-portal-signup-terms .checkbox {
position: relative;
top: 1px;
top: -1px;
flex-shrink: 0;
display: inline-block;
float: left;
@ -295,14 +295,11 @@ footer.gh-portal-signup-footer.invite-only .gh-portal-signup-message {
box-shadow: none;
}
.gh-portal-signup-terms-content {
color: var(--grey4);
font-size: 1.5rem;
line-height: 1.5em;
}
.gh-portal-signup-terms-content p {
margin-bottom: 0;
color: var(--grey4);
font-size: 1.4rem;
line-height: 1.25em;
}
.gh-portal-error .gh-portal-signup-terms-content {