This commit is contained in:
Kenneth Jannette
2024-02-05 21:19:14 -06:00
parent e7e56c82ce
commit 4413b16b06
3 changed files with 9 additions and 1 deletions

View File

@@ -612,7 +612,7 @@ const SignupPage = () => {
<>
{showAddAccountBtn ? (
<Button
className="secondary-button signup-addacct-button"
className="secondary-button add-account-button"
type="button"
size="lg"
onClick={handleAddAccounts}

View File

@@ -44,6 +44,10 @@ $button-padding: 0 5px;
}
}
.add-account-button {
margin-right: 12px;
}
.cancel-button {
height: $button-height;
padding: $button-padding;

View File

@@ -232,6 +232,10 @@
width: 800px;
}
.add-account-button {
margin-right: 12px;
}
.show-addaccount-container {
display: flex;
flex-direction: column;