From 50516664e49b4a1090ecc47b38d2da514f5add54 Mon Sep 17 00:00:00 2001 From: andersonid Date: Thu, 3 Apr 2025 20:29:07 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20melhoria=20no=20layout=20da=20tela=20de?= =?UTF-8?q?=20login=20-=20ajustes=20no=20container,=20responsividade=20e?= =?UTF-8?q?=20estiliza=C3=A7=C3=A3o=20dos=20campos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 385 +++++++++++++++++++++++-------------------- templates/home.html | 248 +++++++++++++++------------- templates/login.html | 142 +++++++++------- 3 files changed, 427 insertions(+), 348 deletions(-) diff --git a/templates/base.html b/templates/base.html index f3d5b7c..b8aa57d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,5 +1,5 @@ - + @@ -9,8 +9,6 @@ - - {% block extra_css %}{% endblock %} - + {% block navbar %} + {% endblock %} -<<<<<<< HEAD - -
- {% with messages = get_flashed_messages(with_categories=true) %} - {% if messages %} - {% for category, message in messages %} -
- {{ message }} - -
- {% endfor %} - {% endif %} - {% endwith %} -=======
{% with messages = get_flashed_messages(with_categories=true) %} @@ -522,39 +587,9 @@ {% block content %}{% endblock %}
->>>>>>> 2499ae1 (style: melhora layout e espaçamento das interfaces - Ajusta margens e padding do container principal - Adiciona page-wrapper com espaçamento consistente - Corrige cores do menu para melhor legibilidade - Implementa responsividade para diferentes tamanhos de tela - Mantém estrutura consistente em todas as páginas) - {% block content %}{% endblock %} -
- - + - {% block scripts %}{% endblock %} \ No newline at end of file diff --git a/templates/home.html b/templates/home.html index ef8c2cc..5e3bd77 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Home{% endblock %} +{% block title %}Início{% endblock %} {% block content %}
@@ -190,7 +190,7 @@
- @@ -331,23 +323,114 @@ Cancelar -{% endblock %} -{% block scripts %} + + +{% block extra_js %} -<<<<<<< HEAD -======= {% endblock %} {% block scripts %} {% endblock %} ->>>>>>> a430b82 (fix: corrige fluxo de modais na home - Ajusta modal de militantes para abrir detalhes primeiro - Corrige preenchimento de dados nos modais - Mantém fluxo: detalhes -> editar/excluir) {% endblock %} \ No newline at end of file diff --git a/templates/login.html b/templates/login.html index 81e0555..a5c8919 100644 --- a/templates/login.html +++ b/templates/login.html @@ -2,13 +2,14 @@ {% block title %}Login{% endblock %} +{% block navbar %}{% endblock %} + {% block content %}