mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Single product benefits refinements
This commit is contained in:
parent
96a6f5d993
commit
e75a55bbea
@ -74,6 +74,10 @@ export const PlanSectionStyles = `
|
||||
margin-top: 2px;
|
||||
}
|
||||
|
||||
.gh-portal-plans-container.has-benefits .gh-portal-plan-pricelabel {
|
||||
min-height: unset;
|
||||
}
|
||||
|
||||
.gh-portal-plan-pricecontainer {
|
||||
display: flex;
|
||||
}
|
||||
@ -537,7 +541,7 @@ function PlanBenefits({product, plans, selectedPlan}) {
|
||||
});
|
||||
return (
|
||||
<div className="gh-portal-singleproduct-benefits gh-portal-product-benefits">
|
||||
<div style={{textAlign: 'center', color: 'grey', marginBottom: '12px'}}> {planDescription} </div>
|
||||
<div className='gh-portal-product-description'> {planDescription} </div>
|
||||
{benefits}
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user