From 22f5a9f9b9b21d8f5a36dd6bb8601041278b80d5 Mon Sep 17 00:00:00 2001 From: dece Date: Sun, 25 Feb 2024 22:51:40 +0100 Subject: [PATCH] login: use Bootstrap for inputs --- templates/login/index.html.twig | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/templates/login/index.html.twig b/templates/login/index.html.twig index 8106fda..dfc927f 100644 --- a/templates/login/index.html.twig +++ b/templates/login/index.html.twig @@ -16,16 +16,14 @@ form { display: flex; flex-direction: column; gap: 0.5em; } {% endif %}
- - + + - - + + - -
{% endblock %}