ui + package updates
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<div class="absolute top-0 flex justify-center w-16 pt-5 left-full">
|
||||
<button type="button" class="-m-2.5 p-2.5" x-on:click="open = !open">
|
||||
<span class="sr-only">Close sidebar</span>
|
||||
<svg class="w-6 h-6 dark:text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
|
||||
<svg class="w-6 h-6 text-white" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
|
||||
stroke="currentColor" aria-hidden="true">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" />
|
||||
</svg>
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
@extends('layouts.base')
|
||||
@section('body')
|
||||
<div>
|
||||
|
||||
</div>
|
||||
{{ $slot }}
|
||||
{{-- <main class="min-h-screen hero">
|
||||
<div class="hero-content">
|
||||
<main class="h-full bg-gray-50 dark:bg-base">
|
||||
{{ $slot }}
|
||||
</div>
|
||||
</main> --}}
|
||||
</main>
|
||||
@parent
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user