"In a world full of dick" -yimy, white glock 2

This commit is contained in:
unexp 2022-10-10 20:27:39 -03:00
parent 34eb270aca
commit 7ccbce1d0e
2 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
<img class="mx-auto" src="/favicon.png" alt="" /> <img class="mx-auto" src="/favicon.png" alt="" />
<div class="flex flex-col"> <div class="flex flex-col">
<input <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 required
type="username" type="username"
name="username" name="username"
@ -20,7 +20,7 @@
value={form?.username ?? ""} value={form?.username ?? ""}
/> />
<input <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 required
type="password" type="password"
name="password" name="password"
@ -28,7 +28,7 @@
placeholder="Password" placeholder="Password"
/> />
<input <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 required
type="password" type="password"
name="confirm_password" name="confirm_password"
@ -36,7 +36,7 @@
placeholder="Confirm Password" placeholder="Confirm Password"
/> />
<input <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 required
type="text" type="text"
name="invite_key" name="invite_key"
@ -46,8 +46,8 @@
/> />
</div> </div>
{#if form?.message} {#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} {/if}
<div class="h-captcha" data-sitekey="30000000-ffff-ffff-ffff-000000000003" /> <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> </form>

BIN
static/img/bucks.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB