From d1e270c41d8297351b8f6866327c07db10f42cd9 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sat, 27 Jan 2024 17:09:07 -0600 Subject: [PATCH] more --- src/Components/SignupPage/SignupPage.js | 2 +- src/styles/signup.scss | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js index 692e193..ce1f30b 100644 --- a/src/Components/SignupPage/SignupPage.js +++ b/src/Components/SignupPage/SignupPage.js @@ -431,7 +431,7 @@ const SignupPage = () => { {showAddAccount ? (
{" "} -
+
Add additional accounts
diff --git a/src/styles/signup.scss b/src/styles/signup.scss index 04c746a..3b9dd41 100644 --- a/src/styles/signup.scss +++ b/src/styles/signup.scss @@ -83,6 +83,13 @@ width: 50%; } +.plan-header-right-low { + display: flex; + flex-direction: row; + padding: 12px 14px; + width: 100%; +} + .plan-header-left { display: flex; flex-direction: row-reverse;