Fixed regression of single plan checkbox

This commit is contained in:
Peter Zimon 2020-09-16 21:30:20 +02:00
parent 454c01f2ae
commit ba7c66cb29
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -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',