Add visual improvements
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
<div x-show="phase === 'active'" x-cloak>
|
<div x-show="phase === 'active'" x-cloak>
|
||||||
<form x-ref="form" class="space-y-4" @submit.prevent="submitForm()">
|
<form x-ref="form" class="space-y-4" @submit.prevent="submitForm()">
|
||||||
<div x-show="formError !== ''" x-cloak class="rounded-xl border border-amber-400/50 bg-amber-500/15 px-4 py-3 text-sm leading-snug text-amber-50" x-text="formError"></div>
|
<div x-show="formError !== ''" x-cloak class="rounded-xl border border-red-700 bg-red-600 px-4 py-3 text-sm font-medium leading-snug text-white" x-text="formError"></div>
|
||||||
|
|
||||||
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2">
|
<div class="grid grid-cols-1 gap-4 sm:grid-cols-2">
|
||||||
@foreach (['first_name', 'last_name'] as $fk)
|
@foreach (['first_name', 'last_name'] as $fk)
|
||||||
|
|||||||
Reference in New Issue
Block a user