more
This commit is contained in:
@@ -431,7 +431,7 @@ const SignupPage = () => {
|
|||||||
{showAddAccount ? (
|
{showAddAccount ? (
|
||||||
<div className="show-addaccount-container">
|
<div className="show-addaccount-container">
|
||||||
{" "}
|
{" "}
|
||||||
<div className="plan-header-right">
|
<div className="plan-header-right-lower">
|
||||||
<h5 className="signup-button-wrapper-text">
|
<h5 className="signup-button-wrapper-text">
|
||||||
Add additional accounts
|
Add additional accounts
|
||||||
</h5>
|
</h5>
|
||||||
|
|||||||
@@ -83,6 +83,13 @@
|
|||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.plan-header-right-low {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
padding: 12px 14px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.plan-header-left {
|
.plan-header-left {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
|
|||||||
Reference in New Issue
Block a user