mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed signup terms displaying behind button in Portal free signup
Refs https://github.com/TryGhost/Team/issues/2878
This commit is contained in:
parent
b286faf011
commit
7dee5d215d
2 changed files with 13 additions and 1 deletions
|
@ -116,6 +116,14 @@ const FrameStyles = `
|
|||
padding: 24px 0 24px;
|
||||
}
|
||||
|
||||
.gh-portal-signup-terms-wrapper + .gh-portal-btn-container {
|
||||
margin: 16px 0 0;
|
||||
}
|
||||
|
||||
.gh-portal-signup-terms-wrapper + .gh-portal-btn-container.sticky.m24 {
|
||||
padding: 16px 0 24px;
|
||||
}
|
||||
|
||||
.gh-portal-btn-container .gh-portal-btn {
|
||||
margin: 0;
|
||||
}
|
||||
|
|
|
@ -206,7 +206,11 @@ footer.gh-portal-signup-footer.invite-only .gh-portal-signup-message {
|
|||
}
|
||||
|
||||
.gh-portal-signup-terms-wrapper.free-only {
|
||||
margin: 16px auto -8px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.gh-portal-products + .gh-portal-signup-terms-wrapper.free-only {
|
||||
margin: 20px auto 0;
|
||||
}
|
||||
|
||||
.gh-portal-signup-terms label {
|
||||
|
|
Loading…
Add table
Reference in a new issue