complete story 13.3
This commit is contained in:
@@ -15,13 +15,13 @@
|
||||
<img
|
||||
src="{{ asset('images/logo.png') }}"
|
||||
alt="{{ __('LIBRA for Rights') }}"
|
||||
class="absolute inset-0 h-full w-full object-contain p-12"
|
||||
class="absolute inset-0 h-full w-full object-cover"
|
||||
/>
|
||||
<span class="sr-only">{{ config('app.name', 'Laravel') }}</span>
|
||||
</a>
|
||||
|
||||
<!-- Right: Form panel with background bg -->
|
||||
<div class="relative w-full bg-background lg:p-8">
|
||||
<!-- Right: Form panel with background and subtle pattern -->
|
||||
<div class="auth-pattern relative w-full bg-background lg:p-8">
|
||||
<!-- Language Toggle -->
|
||||
<div class="absolute end-4 top-4 z-50">
|
||||
<x-language-toggle variant="light" />
|
||||
|
||||
Reference in New Issue
Block a user