patch: login/register styles
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% block title %}Register{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<div class="flex flex-col bg-orange-500 p-4 rounded-lg gap-2 min-w-96">
|
||||
<div class="flex flex-col bg-orange-500 bg-opacity-60 p-4 rounded-lg gap-2 min-w-96 border-orange-500 border-2 text-gray-50">
|
||||
<h2 class="text-xl text-gray-50">Register</h2>
|
||||
|
||||
{{ form_errors(registrationForm) }}
|
||||
@@ -37,7 +37,7 @@
|
||||
class="bg-gray-50 text-gray-950 p-1 rounded-md" />
|
||||
</label>
|
||||
|
||||
<button type="submit" class="bg-green-600 px-1.5 py-1 rounded-md text-gray-50">Register</button>
|
||||
<button type="submit" class="bg-green-600 px-1.5 py-1 w-full rounded-md text-gray-50">Register</button>
|
||||
{{ form_end(registrationForm) }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user