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,10 +64,12 @@ export function CreateAccount() {
|
||||
</div>
|
||||
|
||||
<div class="form-button">
|
||||
<div class="form-login">
|
||||
<Button type="link" block onClick={(e) => actions.onLogin()}>
|
||||
Account Login
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</Form>
|
||||
</div>
|
||||
|
@ -40,7 +40,7 @@ export const CreateAccountWrapper = styled.div`
|
||||
flex: 2;
|
||||
|
||||
.form-space {
|
||||
height: 16px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
.form-button {
|
||||
@ -48,9 +48,13 @@ export const CreateAccountWrapper = styled.div`
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
.form-login {
|
||||
.form-create {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.form-login {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user