UI improvements part 5

This commit is contained in:
Čarodej
2022-01-28 09:17:36 +01:00
parent 0c71329dee
commit 42c2ffc274
13 changed files with 141 additions and 29 deletions
@@ -1,5 +1,5 @@
<template>
<AuthContentWrapper ref="auth">
<AuthContentWrapper ref="auth" class="h-screen">
<!--Forgotten your password?-->
<AuthContent name="forgotten-password" :visible="true">
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<AuthContentWrapper ref="auth">
<AuthContentWrapper ref="auth" class="h-screen">
<!--Log In by Email-->
<AuthContent name="log-in" :visible="true">
+1 -2
View File
@@ -2,7 +2,7 @@
<AuthContentWrapper ref="auth">
<!--Registration-->
<AuthContent name="sign-up" :visible="true">
<AuthContent name="sign-up" :visible="true" class="mt-4 mb-12">
<Headline
:title="$t('page_registration.title')"
:description="$t('page_registration.subtitle')"
@@ -71,7 +71,6 @@
</router-link>
</span>
</AuthContent>
</AuthContentWrapper>
</template>
@@ -1,5 +1,5 @@
<template>
<AuthContentWrapper>
<AuthContentWrapper class="h-screen">
<AuthContent :visible="true">
<Headline
:title="$t('page_email_successfully_verified.title')"
@@ -1,5 +1,5 @@
<template>
<AuthContentWrapper>
<AuthContentWrapper class="h-screen">
<AuthContent :visible="true">
<Headline
:title="$t('page_email_successfully_send.title')"