"In a world full of dick" -yimy, white glock 2
This commit is contained in:
parent
34eb270aca
commit
7ccbce1d0e
|
|
@ -11,7 +11,7 @@
|
|||
<img class="mx-auto" src="/favicon.png" alt="" />
|
||||
<div class="flex flex-col">
|
||||
<input
|
||||
class="rounded-lg w-72 px-4 border-2 {form?.error == 'username' ? 'border-red-500' : 'border-blue-500'} text-black mx-auto my-1.5 py-2"
|
||||
class="rounded w-72 px-4 border-2 {form?.error == 'username' ? 'border-red-500' : 'border-blue-500'} text-black mx-auto my-0.5 py-2"
|
||||
required
|
||||
type="username"
|
||||
name="username"
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
value={form?.username ?? ""}
|
||||
/>
|
||||
<input
|
||||
class="rounded-lg w-72 px-4 border-2 {form?.error == 'password' ? 'border-red-500' : 'border-blue-500'} text-black mx-auto my-1.5 py-2"
|
||||
class="rounded w-72 px-4 border-2 {form?.error == 'password' ? 'border-red-500' : 'border-blue-500'} text-black mx-auto my-0.5 py-2"
|
||||
required
|
||||
type="password"
|
||||
name="password"
|
||||
|
|
@ -28,7 +28,7 @@
|
|||
placeholder="Password"
|
||||
/>
|
||||
<input
|
||||
class="rounded-lg w-72 px-4 border-2 {form?.error == 'password' ? 'border-red-500' : 'border-blue-500'} text-black mx-auto my-1.5 py-2"
|
||||
class="rounded w-72 px-4 border-2 {form?.error == 'password' ? 'border-red-500' : 'border-blue-500'} text-black mx-auto my-0.5 py-2"
|
||||
required
|
||||
type="password"
|
||||
name="confirm_password"
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
placeholder="Confirm Password"
|
||||
/>
|
||||
<input
|
||||
class="rounded-lg w-72 px-4 border-2 {form?.error == 'invite_key' ? 'border-red-500' : 'border-blue-500'} text-black mx-auto my-1.5 py-2"
|
||||
class="rounded w-72 px-4 border-2 {form?.error == 'invite_key' ? 'border-red-500' : 'border-blue-500'} text-black mx-auto my-0.5 py-2"
|
||||
required
|
||||
type="text"
|
||||
name="invite_key"
|
||||
|
|
@ -46,8 +46,8 @@
|
|||
/>
|
||||
</div>
|
||||
{#if form?.message}
|
||||
<p class="rounded w-72 px-4 border-2 border-red-500 text-red-500 mx-auto my-1.5 py-1.5">{form?.message}</p>
|
||||
<p class="rounded w-72 px-4 border-[3px] border-red-500 text-red-500 mx-auto my-1.5 py-1.5 hover:bg-opacity-50 hover:bg-red-500">{form?.message}</p>
|
||||
{/if}
|
||||
<div class="h-captcha" data-sitekey="30000000-ffff-ffff-ffff-000000000003" />
|
||||
<button class="my-1.5 text-xl text-white px-4 py-1 w-full rounded shadow-lg border-2 border-blue-500">Register</button>
|
||||
<button class="my-1.5 text-xl text-white px-4 py-1.5 w-full rounded shadow-lg border-[3px] border-blue-500 hover:bg-opacity-50 hover:bg-blue-500">Register</button>
|
||||
</form>
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in New Issue