mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
added new create account screen
This commit is contained in:
parent
78fe7f3cb2
commit
b57314b29a
@ -64,9 +64,11 @@ export function CreateAccount() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-button">
|
<div class="form-button">
|
||||||
<Button type="link" block onClick={(e) => actions.onLogin()}>
|
<div class="form-login">
|
||||||
Account Login
|
<Button type="link" block onClick={(e) => actions.onLogin()}>
|
||||||
</Button>
|
Account Login
|
||||||
|
</Button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</Form>
|
</Form>
|
||||||
|
@ -40,7 +40,7 @@ export const CreateAccountWrapper = styled.div`
|
|||||||
flex: 2;
|
flex: 2;
|
||||||
|
|
||||||
.form-space {
|
.form-space {
|
||||||
height: 16px;
|
height: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-button {
|
.form-button {
|
||||||
@ -48,9 +48,13 @@ export const CreateAccountWrapper = styled.div`
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
.form-login {
|
.form-create {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.form-login {
|
||||||
|
padding-bottom: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user