Files
SIRH/frontend/layouts/auth.vue
2026-02-03 18:04:06 +01:00

8 lines
253 B
Vue

<template>
<div class="min-h-screen bg-tertiary-500 from-tertiary-50 via-white to-neutral-100 text-neutral-900">
<main class="mx-auto flex min-h-screen w-full max-w-[720px] items-center px-6 py-12">
<slot />
</main>
</div>
</template>