0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-15 03:01:37 -05:00

Updated benefits display for single product behind flag

refs https://github.com/TryGhost/Team/issues/796

- un-hides benefits on the mobile size for single product UI behind flag on signup
This commit is contained in:
Rishabh 2021-06-29 12:30:49 +05:30
parent c3ead6703f
commit 96a6f5d993

View file

@ -376,6 +376,7 @@ export const PlanSectionStyles = `
}
.gh-portal-singleproduct-benefits {
display: block !important;
border: 1px solid var(--grey11);
border-top: none !important;
padding: 24px 24px 8px !important;