Skip to content

Commit

Permalink
Add storage add-on upsells to spotlight plans
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyip committed Oct 22, 2023
1 parent a255ad2 commit 9bf387f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ class FeaturesGrid extends Component< FeaturesGridType > {
{ this.renderPlanTagline( [ gridPlanForSpotlight ] ) }
{ this.renderPlanPrice( [ gridPlanForSpotlight ] ) }
{ this.renderBillingTimeframe( [ gridPlanForSpotlight ] ) }
{ this.renderPlanStorageOptions( [ gridPlanForSpotlight ] ) }
{ this.renderTopButtons( [ gridPlanForSpotlight ] ) }
</div>
</div>
Expand Down
10 changes: 8 additions & 2 deletions client/my-sites/plans-grid/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -427,16 +427,22 @@ $mobile-card-max-width: 440px;
}

&.plan-features-2023-grid__header-billing-info {
padding-bottom: 32px;
padding-bottom: 16px;
@include plans-2023-break-small {
padding-bottom: 32px;
padding-bottom: 16px;
}
}

&.popular-plan-parent-class .plan-features-2023-grid__popular-badge {
padding-bottom: 23px;
}

&.plan-features-2023-grid__storage {
padding-top: 0;
padding-bottom: 32px;
width: 205px;
}

.plan-features-2023-grid__header-title {
margin-top: 24px;
}
Expand Down

0 comments on commit 9bf387f

Please sign in to comment.