mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
parent
c1ce322e86
commit
4a5c8000bf
2 changed files with 7 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue