This commit is contained in:
Kenneth Jannette
2024-02-23 06:04:34 -06:00
parent 263bf52ad5
commit 8b88a20705
2 changed files with 10 additions and 6 deletions

View File

@@ -640,7 +640,7 @@ const SignupPage = () => {
<div className="radio-group-super"> <div className="radio-group-super">
<div className="toggle-arrow-box"> <div className="toggle-arrow-box">
<ArrowRightSquare <ArrowLeftSquare
className="arrow-left-toggle" className="arrow-left-toggle"
color="#1a76c7" color="#1a76c7"
size="30px" size="30px"

View File

@@ -86,7 +86,8 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
height: 55px; height: 55px;
width: 900px; width: 830px;
margin-bottom: 10px;
} }
.plan-header-right { .plan-header-right {
@@ -173,7 +174,6 @@
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
background-color: red;
} }
.radio-group-box { .radio-group-box {
@@ -181,13 +181,16 @@
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: center;
padding: 2px; padding: 2px;
background-color: yellow;
width: 815px; width: 815px;
} }
.toggle-arrow-box { .toggle-arrow-box {
width: 10px; width: 30px;
background-color: red; display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: auto;
} }
.select-plan-summary-box { .select-plan-summary-box {
@@ -215,6 +218,7 @@
.signup-radio-container { .signup-radio-container {
width: 270px; width: 270px;
margin: 0px 3px;
} }
.signup-feat-item { .signup-feat-item {