|
|
|
|
@ -1,11 +1,12 @@ |
|
|
|
|
import React from 'react' |
|
|
|
|
|
|
|
|
|
import { PAGES } from 'config' |
|
|
|
|
|
|
|
|
|
import { Background } from 'features/Background' |
|
|
|
|
import { Logo } from 'features/Logo' |
|
|
|
|
import { |
|
|
|
|
Input, |
|
|
|
|
ButtonSolid, |
|
|
|
|
ButtonOutline, |
|
|
|
|
} from 'features/Common' |
|
|
|
|
|
|
|
|
|
import { |
|
|
|
|
@ -13,6 +14,7 @@ import { |
|
|
|
|
CenterBlock, |
|
|
|
|
ButtonsBlock, |
|
|
|
|
Form, |
|
|
|
|
RegisterButton, |
|
|
|
|
} from './styled' |
|
|
|
|
|
|
|
|
|
const labelWidth = 60 |
|
|
|
|
@ -41,9 +43,9 @@ export const Login = () => ( |
|
|
|
|
|
|
|
|
|
<ButtonsBlock> |
|
|
|
|
<ButtonSolid>Войти</ButtonSolid> |
|
|
|
|
<ButtonOutline type='button'> |
|
|
|
|
<RegisterButton to={PAGES.register}> |
|
|
|
|
Зарегистрироваться |
|
|
|
|
</ButtonOutline> |
|
|
|
|
</RegisterButton> |
|
|
|
|
</ButtonsBlock> |
|
|
|
|
</Form> |
|
|
|
|
</CenterBlock> |
|
|
|
|
|