From eb5e64ad361141389b02f7f3c19188256eab90e3 Mon Sep 17 00:00:00 2001 From: Peter Zimon Date: Wed, 2 Sep 2020 07:59:57 +0200 Subject: [PATCH] Removed oldschool divider line in header --- ghost/portal/src/components/Frame.styles.js | 2 +- ghost/portal/src/components/pages/SignupPage.js | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/ghost/portal/src/components/Frame.styles.js b/ghost/portal/src/components/Frame.styles.js index 404783eda0..e1ccdb874a 100644 --- a/ghost/portal/src/components/Frame.styles.js +++ b/ghost/portal/src/components/Frame.styles.js @@ -237,7 +237,7 @@ const GlobalStyles = ` right: 0; bottom: 0; left: 0; - background: rgba(0,0,0,0.2); + background: rgba(0,0,0,0.25); padding-top: 100px; animation: fadein 0.2s; } diff --git a/ghost/portal/src/components/pages/SignupPage.js b/ghost/portal/src/components/pages/SignupPage.js index b867de5ad7..2dff4aab6d 100644 --- a/ghost/portal/src/components/pages/SignupPage.js +++ b/ghost/portal/src/components/pages/SignupPage.js @@ -23,18 +23,16 @@ export const SignupPageStyles = ` display: flex; flex-direction: column; align-items: center; - border-bottom: 1px solid var(--grey12); padding: 0 32px 32px; - margin: 0 -32px 18px; + margin: 0 -32px -8px; } .gh-portal-signin-header { display: flex; flex-direction: column; align-items: center; - border-bottom: 1px solid var(--grey12); padding: 0 32px 32px; - margin: 0 -32px 32px; + margin: 0 -32px -8px; } .gh-portal-signup-header.nodivider {