From 20d63a58062018de8f21c0e129847685ef424eca Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Sat, 27 Jan 2024 16:58:15 -0600 Subject: [PATCH] more --- src/Components/SignupPage/SignupPage.js | 4 ++-- src/styles/signup.scss | 20 +++++++++++++++++--- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/Components/SignupPage/SignupPage.js b/src/Components/SignupPage/SignupPage.js index 1b6302d..592d3f9 100644 --- a/src/Components/SignupPage/SignupPage.js +++ b/src/Components/SignupPage/SignupPage.js @@ -429,11 +429,11 @@ const SignupPage = () => {
{" "}
-
+
Add additional accounts

- Account holder access will be setup later + account holder access will be setup later

diff --git a/src/styles/signup.scss b/src/styles/signup.scss index 29ec0e8..157dbd4 100644 --- a/src/styles/signup.scss +++ b/src/styles/signup.scss @@ -40,6 +40,14 @@ margin-top: 6px; } +.signup-button-wrapper-text { + letter-spacing: -0.6px; + font-weight: 400; + font-size: 1.7rem; + margin-left: 5px; + margin-bottom: 0px !important; +} + .signup-form { width: 880px; } @@ -195,10 +203,16 @@ display: flex; flex-direction: column; width: 880px; - min-height: 350px; + min-height: 180px; padding: 12px; border-radius: 10px; - //background-color: rgb(240, 247, 250); - background-color: red; + background-color: #fff; border: 1px solid #e9e9e9; } + +.signup-accounts-info { + font-weight: 300; + font-size: 0.93rem; + margin-top: 0px; + margin-left: 5px; +}