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:
parent
c3ead6703f
commit
96a6f5d993
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue