From d844d354fa832298e607db1acb61931f168c1547 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Thu, 9 Oct 2025 21:33:22 +0200 Subject: [PATCH] zmiany ux --- static/css/custom.css | 7 ------- templates/index.html | 16 ++++++++-------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index 2d8d878..b6b54da 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -387,11 +387,4 @@ select.form-select:focus { border: 0; border-top: 1px dashed rgba(255, 255, 255, 0.2); margin: 10px 0; -} - -.btn-outline-light.custom-hover { - transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, border-color .2s ease; -} -.btn-outline-light.custom-hover:hover { - box-shadow: 0 .25rem .5rem rgba(0,0,0,.1); } \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 972518b..647c0e0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -54,7 +54,7 @@ zbiórki{% endif %}{% endblock %} {% if z.cel > 0 %} {% set delta = z.cel - z.stan %} {% if delta > 0 %} - {# CHANGE: mocniejszy badge „Brakuje” #} + Brakuje: {{ delta|round(2) }} PLN @@ -83,14 +83,14 @@ zbiórki{% endif %}{% endblock %}
- + + {# TO POWODUJE ZE BLOK JEST KLIKALNY #} + +