add rules read timeout of 30 seconds
All checks were successful
delpoy / build-and-deploy (push) Successful in 42s

This commit is contained in:
2023-11-29 01:25:50 +01:00
parent 47867738f8
commit 9cd78231c3
4 changed files with 33 additions and 27 deletions

View File

@@ -1,23 +1,3 @@
<script>
import { env } from '$env/dynamic/public';
</script>
<div class="fixed top-0 left-0 h-full w-full bg-[#050505]" />
<img
class="bg-snipped bg-black fixed top-0 left-0 h-full w-full object-cover pointer-events-none blur-[2px]"
src="{env.PUBLIC_BASE_PATH}/img/register-background.webp"
alt=""
/>
<div class="flex justify-center w-full">
<div class="flex justify-center w-full bg-base-200">
<slot />
</div>
<style>
.bg-snipped {
/* prettier-ignore */
clip-path: polygon(
0 20%, 100% -35%, 100% -5%, 0 50%,
0 110%, 100% 50%, 100% 80%, 0 140%
);
}
</style>