This commit is contained in:
parent
dbe9810b90
commit
18135a0816
@ -1,5 +1,5 @@
|
||||
@import "@fontsource/nunito";
|
||||
@import "@fontsource/roboto";
|
||||
@import '@fontsource/nunito';
|
||||
@import '@fontsource/roboto';
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
|
@ -55,8 +55,8 @@
|
||||
];
|
||||
|
||||
let pageTitleSuffix =
|
||||
tabs.find((t) => $page.url.pathname === t.path)?.name ??
|
||||
$page.url.pathname === `${env.PUBLIC_BASE_PATH}/admin/login`
|
||||
(tabs.find((t) => $page.url.pathname === t.path)?.name ??
|
||||
$page.url.pathname === `${env.PUBLIC_BASE_PATH}/admin/login`)
|
||||
? 'Login '
|
||||
: null;
|
||||
</script>
|
||||
|
@ -26,7 +26,7 @@
|
||||
>
|
||||
{#if !data.enabled}
|
||||
<div
|
||||
class="absolute top-0 left-0 w-full h-full bg-black bg-opacity-50 backdrop-blur-sm z-50 rounded-xl flex justify-center md:items-center pt-20 md:pt-0"
|
||||
class="absolute top-0 left-0 w-full h-full bg-black bg-opacity-50 backdrop-blur-sm z-10 rounded-xl flex justify-center md:items-center pt-20 md:pt-0"
|
||||
>
|
||||
<h1 class="text-2xl sm:text-3xl md:text-5xl text-white">Anmeldung geschlossen</h1>
|
||||
</div>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<script lang="ts">
|
||||
import {rulesLong, rulesShort} from '$lib/rules';
|
||||
import { rulesLong, rulesShort } from '$lib/rules';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
|
Loading…
x
Reference in New Issue
Block a user