Animations and login page styling
This commit is contained in:
@@ -32,19 +32,6 @@ export default function AuthenticationTitle() {
|
||||
justifyContent: 'center',
|
||||
}}
|
||||
>
|
||||
<Group>
|
||||
<Title
|
||||
align="center"
|
||||
sx={(theme) => ({ fontFamily: `Greycliff CF, ${theme.fontFamily}`, fontWeight: 900 })}
|
||||
>
|
||||
{t('title')}
|
||||
</Title>
|
||||
</Group>
|
||||
|
||||
<Text color="dimmed" size="sm" align="center" mt={5}>
|
||||
{t('text')}
|
||||
</Text>
|
||||
|
||||
<Paper
|
||||
withBorder
|
||||
shadow="md"
|
||||
@@ -53,6 +40,16 @@ export default function AuthenticationTitle() {
|
||||
radius="md"
|
||||
style={{ width: '100%', maxWidth: 420 }}
|
||||
>
|
||||
<Title
|
||||
align="center"
|
||||
sx={(theme) => ({ fontFamily: `Greycliff CF, ${theme.fontFamily}`, fontWeight: 900 })}
|
||||
>
|
||||
{t('title')}
|
||||
</Title>
|
||||
|
||||
<Text color="dimmed" size="sm" align="center" mt={5}>
|
||||
{t('text')}
|
||||
</Text>
|
||||
<form
|
||||
onSubmit={form.onSubmit((values) => {
|
||||
setCookie('password', values.password, {
|
||||
|
||||
Reference in New Issue
Block a user