This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
<script>
|
||||
import { PUBLIC_BASE_PATH } from '$env/static/public';
|
||||
</script>
|
||||
|
||||
<img
|
||||
class="fixed top-0 left-0 h-full w-full object-cover pointer-events-none blur-[2px]"
|
||||
src="{PUBLIC_BASE_PATH}/img/register-background.webp"
|
||||
alt=""
|
||||
/>
|
||||
<div class="fixed top-0 left-0 h-full w-full bg-[radial-gradient(rgba(0,0,0,0),rgba(0,0,0,.4))]" />
|
||||
<div class="flex justify-center w-full">
|
||||
<slot />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user