ui + package updates

This commit is contained in:
Andras Bacsai
2024-03-25 10:41:44 +01:00
parent d992a3f7d7
commit a66090b594
75 changed files with 546 additions and 440 deletions

View File

@@ -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>

View File

@@ -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