@@ -588,7 +588,7 @@ const SignupPage = () => {
|
|||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="details-button-box">
|
<div className="details-foo-box ">
|
||||||
<Button
|
<Button
|
||||||
className="secondary-button"
|
className="secondary-button"
|
||||||
onClick={handleCancelAdd}
|
onClick={handleCancelAdd}
|
||||||
@@ -612,7 +612,7 @@ const SignupPage = () => {
|
|||||||
<>
|
<>
|
||||||
{showAddAccountBtn ? (
|
{showAddAccountBtn ? (
|
||||||
<Button
|
<Button
|
||||||
className="secondary-button cancel-add-account-btn"
|
className="secondary-button signup-addacct-button"
|
||||||
type="button"
|
type="button"
|
||||||
size="lg"
|
size="lg"
|
||||||
onClick={handleAddAccounts}
|
onClick={handleAddAccounts}
|
||||||
|
|||||||
@@ -858,7 +858,12 @@ li.nav-item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.card-section-container {
|
.card-section-container {
|
||||||
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.img-1 {
|
img.img-1 {
|
||||||
|
|||||||
@@ -350,6 +350,15 @@
|
|||||||
width: 360px;
|
width: 360px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.signup-button-box {
|
||||||
|
width: 100%;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.select-plan-header {
|
.select-plan-header {
|
||||||
width: 350px;
|
width: 350px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@@ -414,6 +423,15 @@
|
|||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.signup-addacct-button {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.signup-proceed {
|
||||||
|
width: 160px;
|
||||||
|
margin-left: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
.signup-select-wrapper {
|
.signup-select-wrapper {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@@ -427,18 +445,19 @@
|
|||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.details-button-box {
|
.details-foo-box {
|
||||||
width: 180px !important;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.upload-button-box {
|
.upload-button-box {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
|
||||||
margin-right: 8px;
|
|
||||||
padding-right: 12px;
|
|
||||||
width: 180px !important;
|
width: 180px !important;
|
||||||
margin-top: 18px;
|
margin-top: 18px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user