diff --git a/app.config.ts b/app.config.ts index ee7ae14..e31634e 100644 --- a/app.config.ts +++ b/app.config.ts @@ -8,6 +8,9 @@ export default defineAppConfig({ } }, width: 'w-screen max-w-sm', + }, + modal: { + container: 'flex min-h-full items-center justify-center text-center', } } }) diff --git a/components/auth/auth.vue b/components/auth/auth.vue new file mode 100644 index 0000000..84ccc5a --- /dev/null +++ b/components/auth/auth.vue @@ -0,0 +1,49 @@ + + \ No newline at end of file diff --git a/components/auth/forgot-password.vue b/components/auth/forgot-password.vue new file mode 100644 index 0000000..55c6a82 --- /dev/null +++ b/components/auth/forgot-password.vue @@ -0,0 +1,71 @@ + + \ No newline at end of file diff --git a/components/auth/login.vue b/components/auth/login.vue new file mode 100644 index 0000000..2c3a4a3 --- /dev/null +++ b/components/auth/login.vue @@ -0,0 +1,68 @@ + + + \ No newline at end of file diff --git a/components/auth/register.vue b/components/auth/register.vue new file mode 100644 index 0000000..38a5d44 --- /dev/null +++ b/components/auth/register.vue @@ -0,0 +1,70 @@ + + + diff --git a/components/landing/footer.vue b/components/landing/footer.vue index f9c380d..c54b8e9 100644 --- a/components/landing/footer.vue +++ b/components/landing/footer.vue @@ -4,16 +4,9 @@