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 %}