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