adjusted orders blade
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class="bg-zinc-700 w-full border-b border-accent">
|
||||
<div class="bg-black w-full border-b border-blackout-950">
|
||||
<div class="container mx-auto py-6 px-4 sm:px-6 lg:px-8 flex justify-between">
|
||||
<x-header.header-left>
|
||||
@isset($headerleft)
|
||||
@@ -6,7 +6,7 @@
|
||||
@endisset
|
||||
</x-header.header-left>
|
||||
<div>
|
||||
<h2 class="font-semibold text-2xl text-gray-800 dark:text-gray-200 leading-tight">
|
||||
<h2 class="font-semibold text-2xl text-nuke-400 leading-tight">
|
||||
{{ $slot }}
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<section class="bg-zinc-50 dark:bg-zinc-900 border-b border-zinc-200 dark:border-zinc-700">
|
||||
<section class="bg-blackout-950 border-b border-blackout-900">
|
||||
<flux:header class="container mx-auto flex items-center">
|
||||
<flux:sidebar.toggle class="lg:hidden" icon="bars-2" inset="left" />
|
||||
|
||||
<flux:brand href="{{ route('dashboard') }}" logo="https://fluxui.dev/img/demo/logo.png" name="Filament" class="max-lg:hidden dark:hidden" />
|
||||
<flux:brand href="{{ route('dashboard') }}" logo="https://fluxui.dev/img/demo/dark-mode-logo.png" name="Filament" class="max-lg:hidden! hidden dark:flex" />
|
||||
<flux:brand href="{{ route('dashboard') }}" name="FilamentApp" class="max-lg:hidden dark:hidden" />
|
||||
<flux:brand href="{{ route('dashboard') }}" name="FilamentApp" class="max-lg:hidden! hidden dark:flex" />
|
||||
|
||||
<flux:navbar class="-mb-px max-lg:hidden">
|
||||
<flux:navbar.item wire:navigate icon="home" href="{{ route('dashboard') }}">Dashboard</flux:navbar.item>
|
||||
|
||||
Reference in New Issue
Block a user