chore: improve form styles

This commit is contained in:
Björn Fromme
2024-12-04 10:22:38 +01:00
parent 2454cfa682
commit b2c4952e3f
4 changed files with 5 additions and 6 deletions
+2 -3
View File
@@ -16,7 +16,7 @@
{% endif %}
<form action="{{ path('app_login') }}" method="post">
<div class="mb-4">
<label for="username" class="block mb-1">
<label for="username" class="mb-1 font-semibold">
E-Mail:
</label>
<input type="email"
@@ -25,11 +25,10 @@
value="{{ last_username }}"
class="form-field"
required
autofocus
autocomplete="username">
</div>
<div class="mb-4">
<label for="password" class="block mb-1 text-gray-900">
<label for="password" class="mb-1 font-semibold">
Passwort:
</label>
<input type="password"