more
This commit is contained in:
@@ -612,7 +612,7 @@ const SignupPage = () => {
|
|||||||
<>
|
<>
|
||||||
{showAddAccountBtn ? (
|
{showAddAccountBtn ? (
|
||||||
<Button
|
<Button
|
||||||
className="secondary-button signup-addacct-button"
|
className="secondary-button add-account-button"
|
||||||
type="button"
|
type="button"
|
||||||
size="lg"
|
size="lg"
|
||||||
onClick={handleAddAccounts}
|
onClick={handleAddAccounts}
|
||||||
|
|||||||
@@ -44,6 +44,10 @@ $button-padding: 0 5px;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.add-account-button {
|
||||||
|
margin-right: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.cancel-button {
|
.cancel-button {
|
||||||
height: $button-height;
|
height: $button-height;
|
||||||
padding: $button-padding;
|
padding: $button-padding;
|
||||||
|
|||||||
@@ -232,6 +232,10 @@
|
|||||||
width: 800px;
|
width: 800px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.add-account-button {
|
||||||
|
margin-right: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.show-addaccount-container {
|
.show-addaccount-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user