From 0cc37afc6663e8e8a6591a9c50d4c3cef6bba9d2 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 5 Jan 2022 16:38:52 +0100 Subject: [PATCH] Removed separator line hack from signup footer --- ghost/portal/src/App.js | 2 +- ghost/portal/src/components/pages/SignupPage.js | 11 ----------- ghost/portal/src/utils/fixtures.js | 2 +- 3 files changed, 2 insertions(+), 13 deletions(-) diff --git a/ghost/portal/src/App.js b/ghost/portal/src/App.js index 0386b28b10..08d34b2609 100644 --- a/ghost/portal/src/App.js +++ b/ghost/portal/src/App.js @@ -19,7 +19,7 @@ const DEV_MODE_DATA = { showPopup: true, site: Fixtures.site, member: Fixtures.member.paid, - page: 'offer', + page: 'signup', pageData: Fixtures.offer }; diff --git a/ghost/portal/src/components/pages/SignupPage.js b/ghost/portal/src/components/pages/SignupPage.js index 55c9ae36ec..dee5282cfa 100644 --- a/ghost/portal/src/components/pages/SignupPage.js +++ b/ghost/portal/src/components/pages/SignupPage.js @@ -73,17 +73,6 @@ export const SignupPageStyles = ` margin-bottom: -2px; } - .gh-portal-content.signup { - background: linear-gradient(#fff 30%,hsla(0,0%,100%,0)), - linear-gradient(hsla(0,0%,100%,0),#fff 70%) 0 100%, - linear-gradient(#fff,transparent), - linear-gradient(transparent,rgba(0,0,0,.06)) 0 100%; - background-repeat: no-repeat; - background-color: #fff; - background-size: 100% 40px,100% 40px,100% 14px,100% 14px; - background-attachment: local,local,scroll,scroll; - } - .gh-portal-content.signup.invite-only { background: none; } diff --git a/ghost/portal/src/utils/fixtures.js b/ghost/portal/src/utils/fixtures.js index d99661b6f9..e379ff9582 100644 --- a/ghost/portal/src/utils/fixtures.js +++ b/ghost/portal/src/utils/fixtures.js @@ -272,7 +272,7 @@ function getTestSite() { export const testSite = getTestSite(); export const site = getSiteData({ - products: getProductsData({numOfProducts: 3}) + products: getProductsData({numOfProducts: 1}) }); export const offer = getOfferData({