mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-05-03 16:46:41 +07:00
login form alignment
This commit is contained in:
parent
8071a1644c
commit
fae7effeb3
3 changed files with 36 additions and 5 deletions
|
@ -1,13 +1,16 @@
|
|||
import * as React from 'react';
|
||||
import { LoginForm } from '$components/login/LoginForm';
|
||||
import { MainLayout } from "$containers/MainLayout";
|
||||
import { Header } from "$components/main/Header";
|
||||
|
||||
const style = require('./style.scss');
|
||||
|
||||
export const LoginLayout: React.FunctionComponent<{}> = () => (
|
||||
<MainLayout>
|
||||
<div className="default_container">
|
||||
<div className={style.wrapper}>
|
||||
<div className={style.header}>
|
||||
<Header />
|
||||
</div>
|
||||
<div className={style.container}>
|
||||
<LoginForm />
|
||||
</div>
|
||||
</MainLayout>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue