From b06e1fed87b97c0d76a0a18081b75120261e00c4 Mon Sep 17 00:00:00 2001 From: miguelzinh3 Date: Thu, 29 Aug 2024 19:24:35 -0300 Subject: [PATCH] hotfix(votepeloclima): refactor styles from signup candidate flow --- .../templates/candidature/checkout.html | 8 ++++---- .../templates/candidature/submitted.html | 2 +- .../templates/candidature/wizard_base.html | 2 +- .../templates/candidature/wizard_form.html | 2 +- .../templates/forms/widgets/inline_array.html | 2 +- .../votepeloclima/static/scss/custom.scss | 20 +++++++++++++++++++ 6 files changed, 28 insertions(+), 8 deletions(-) diff --git a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/checkout.html b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/checkout.html index 804fd86c..d405f0db 100644 --- a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/checkout.html +++ b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/checkout.html @@ -18,15 +18,15 @@

Para finalizar, confirme suas informações {{ wizard.form|crispy }} - + {% else %}
-
-
{{ step.title }}
+
+
{{ step.title }}
{% if step.edit_url %} - Editar + Editar {% endif %}
{% if step.form.helper %} diff --git a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/submitted.html b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/submitted.html index f8cefda3..a73eb52e 100644 --- a/app/org_eleicoes/votepeloclima/candidature/templates/candidature/submitted.html +++ b/app/org_eleicoes/votepeloclima/candidature/templates/candidature/submitted.html @@ -6,7 +6,7 @@
{% endblock %} -
+