Merge remote-tracking branch 'origin/main' into demo

This commit is contained in:
Christopher C. Wells 2021-04-08 15:01:16 -07:00
commit 30e3ba249c
3 changed files with 9 additions and 2 deletions

View File

@ -20,7 +20,13 @@
<div>
<x-inputs.label for="username" value="Username" />
<x-inputs.input id="username" class="block mt-1 w-full" type="text" name="username" :value="old('username')" required autofocus />
<x-inputs.input id="username"
class="block mt-1 w-full"
type="text"
name="username"
:value="old('username')"
required
autofocus />
</div>
<!-- Password -->
@ -30,7 +36,8 @@
<x-inputs.input id="password" class="block mt-1 w-full"
type="password"
name="password"
required autocomplete="current-password" />
required
autocomplete="current-password" />
</div>
<!-- Remember Me -->

BIN
screenshot-mobile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 KiB

BIN
screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 KiB