Refined product styles

This commit is contained in:
Peter Zimon 2021-07-12 15:00:16 +02:00
parent 7fb558f00a
commit 8fd452a055
3 changed files with 13 additions and 8 deletions

View File

@ -404,14 +404,18 @@ export const PlanSectionStyles = `
flex-direction: column;
border: 1px solid var(--grey11);
border-top: none !important;
padding: 16px 24px 8px !important;
padding: 16px 24px 12px !important;
margin: 0 0 4px !important;
border-radius: 0 0 5px 5px;
}
.gh-portal-singleproduct-benefits .gh-portal-product-benefit {
padding: 0 24px;
}
.gh-portal-singleproduct-benefits .gh-portal-product-description {
margin-top: 8px !important;
margin-bottom: 24px !important;
margin-bottom: 14px !important;
}
.gh-portal-singleproduct-benefits .gh-portal-product-benefit:last-of-type {

View File

@ -189,16 +189,17 @@ export const ProductsSectionStyles = ({site}) => {
.gh-portal-product-benefits {
font-size: 1.3rem;
line-height: 1.45em;
margin: -8px 0 0;
padding: 20px 8px;
margin: -12px 0 0;
padding: 14px 24px;
border-top: 1px solid var(--grey12);
color: var(--grey3);
width: 100%;
}
.gh-portal-product-benefit {
display: flex;
align-items: flex-start;
margin-bottom: 16px;
margin-bottom: 12px;
}
.gh-portal-benefit-checkmark {

View File

@ -162,8 +162,8 @@ export const site = {
currency: 'USD'
},
portal_products: ['product_1', 'product_2', 'product_3'],
// products: [products[0]],
products: products,
products: [products[0]],
// products: products,
prices,
allow_self_signup: true,
members_signup_access: 'all',
@ -172,7 +172,7 @@ export const site = {
is_stripe_configured: true,
portal_button: true,
portal_name: true,
portal_plans: ['monthly', 'yearly'],
portal_plans: ['free', 'monthly', 'yearly'],
portal_button_icon: 'icon-1',
portal_button_signup_text: 'Subscribe now',
portal_button_style: 'icon-and-text',