add rules read timeout of 30 seconds
All checks were successful
delpoy / build-and-deploy (push) Successful in 42s
All checks were successful
delpoy / build-and-deploy (push) Successful in 42s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user