This commit is contained in:
Kenneth Jannette
2024-01-27 17:09:07 -06:00
parent e0cd22242a
commit d1e270c41d
2 changed files with 8 additions and 1 deletions

View File

@@ -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>

View File

@@ -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;