-
Select a subscription
+
+
+
+ Select a subscription plan
+
-
+
+
Billed annually
Billed montly
@@ -401,25 +405,6 @@ const SignupPage = () => {
))}
-
-
-
Order summary
-
{`{subVar} subscription type`}
-
{`{subVar} subscription mini description`}
-
{`Total billed today: {subVar} `}
-
Plus aplicable sales tax -toooltip
-
-
-
-
-
) : (
<>>
@@ -444,3 +429,26 @@ const SignupPage = () => {
};
export default SignupPage;
+
+/*
+
+
+
+
Order summary
+
{`{subVar} subscription type`}
+
{`{subVar} subscription mini description`}
+
{`Total billed today: {subVar} `}
+
Plus aplicable sales tax -toooltip
+
+
+
+
+
+ */
diff --git a/src/styles/signup.scss b/src/styles/signup.scss
index 179a5ac..5f1a0c7 100644
--- a/src/styles/signup.scss
+++ b/src/styles/signup.scss
@@ -64,11 +64,33 @@
height: 600px;
}
+.select-plan-header {
+ display: flex;
+ flex-direction: row;
+ width: 900px;
+}
+
+.plan-header-right {
+ background-color: red;
+ padding: 12px 0px;
+ width: 50%;
+}
+
+.plan-header-left {
+ background-color: red;
+ padding: 12px 0px;
+ width: 50%;
+}
+
.select-sub-left {
- width: 60%;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ margin-top: 45px;
+ width: 100%;
+ padding: 12px;
border-radius: 10px;
background-color: rgb(240, 247, 250);
- margin-right: 8px;
border: 1px solid #e9e9e9;
padding: 6px;
}