This commit is contained in:
Andras Bacsai
2023-07-28 09:10:35 +02:00
parent 9c393ff6bc
commit e9bd1f88c0
7 changed files with 26 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
<div class="form-control min-w-fit">
<label class="flex gap-4 cursor-pointer label">
<label class="flex gap-4 px-0 cursor-pointer label">
<span class="flex gap-2 label-text min-w-fit">
@if ($label)
{{ $label }}

View File

@@ -1,7 +1,6 @@
<div class="w-full">
@if ($label)
<label for="small-input"
class="flex items-center gap-1 mb-2 text-sm font-medium text-neutral-400">{{ $label }}
<label for="small-input" class="flex items-center gap-1 mb-1 text-sm font-medium">{{ $label }}
@if ($required)
<span class="text-warning">*</span>
@endif

View File

@@ -1,7 +1,6 @@
<div class="w-full">
@if ($label)
<label for="small-input"
class="flex items-center gap-1 mb-2 text-sm font-medium text-neutral-400">{{ $label }}
<label for="small-input" class="flex items-center gap-1 mb-1 text-sm font-medium">{{ $label }}
@if ($required)
<span class="text-warning">*</span>
@endif

View File

@@ -34,7 +34,7 @@
<x-navbar-subscription />
@endif
<main class="main">
<main class="main max-w-screen-2xl">
{{ $slot }}
</main>
<x-version class="fixed left-2 bottom-1" />