mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-04 17:04:59 +03:00
Fixed regression of single plan checkbox
This commit is contained in:
parent
454c01f2ae
commit
ba7c66cb29
@ -146,16 +146,16 @@ export const PlanSectionStyles = `
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.gh-portal-content.signup .gh-portal-section.singleplan .gh-portal-plan-section {
|
||||
.gh-portal-content.signup.singleplan .gh-portal-plan-section {
|
||||
cursor: auto;
|
||||
}
|
||||
|
||||
.gh-portal-content.signup .gh-portal-section.singleplan .gh-portal-plan-checkbox,
|
||||
.gh-portal-content.signup .gh-portal-section.singleplan .gh-portal-plan-section.checked::before {
|
||||
.gh-portal-content.signup.singleplan .gh-portal-plan-checkbox,
|
||||
.gh-portal-content.signup.singleplan .gh-portal-plan-section.checked::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.gh-portal-content.signup .gh-portal-section.singleplan .gh-portal-plan-name {
|
||||
.gh-portal-content.signup.singleplan .gh-portal-plan-name {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
@ -15,7 +15,7 @@ export const site = {
|
||||
is_stripe_configured: true,
|
||||
portal_button: true,
|
||||
portal_name: true,
|
||||
portal_plans: ['free', 'monthly'],
|
||||
portal_plans: ['monthly'],
|
||||
portal_button_icon: 'icon-1',
|
||||
portal_button_signup_text: 'Subscribe now',
|
||||
portal_button_style: 'icon-and-text',
|
||||
|
Loading…
Reference in New Issue
Block a user