Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions app-modules/panel-app/resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,10 @@ class="absolute -top-2 right-2 z-10 rounded-full border border-zinc-600 bg-zinc-
</div>

{{-- Divider --}}
<div class="relative my-6">
<div class="absolute inset-0 flex items-center">
<div class="w-full border-t border-zinc-800"></div>
</div>
<div class="relative flex justify-center text-xs uppercase">
<span class="bg-white px-3 text-zinc-500 dark:bg-gray-950 dark:text-zinc-400">ou</span>
</div>
<div class="flex items-center gap-3 my-6">
<hr class="flex-1 border-t border-zinc-800">
<span class="text-xs uppercase text-zinc-500 dark:text-zinc-400">ou</span>
<hr class="flex-1 border-t border-zinc-800">
</div>

{{-- Filament email/password form --}}
Expand Down