zmiany ux
This commit is contained in:
@@ -388,10 +388,3 @@ select.form-select:focus {
|
||||
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);
|
||||
}
|
@@ -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” #}
|
||||
|
||||
<span class="badge bg-dark border border-warning">
|
||||
Brakuje: {{ delta|round(2) }} PLN
|
||||
</span>
|
||||
@@ -83,14 +83,14 @@ zbiórki{% endif %}{% endblock %}
|
||||
</div>
|
||||
|
||||
<div class="mt-auto pt-2">
|
||||
<a href="{{ url_for('zbiorka', zbiorka_id=z.id) }}" class="stretched-link"></a>
|
||||
|
||||
{# TO POWODUJE ZE BLOK JEST KLIKALNY #}
|
||||
<!-- <a href="{{ url_for('zbiorka', zbiorka_id=z.id) }}" class="stretched-link"></a> -->
|
||||
|
||||
<div class="d-grid">
|
||||
<div class="card p-3">
|
||||
<a href="{{ url_for('zbiorka', zbiorka_id=z.id) }}"
|
||||
class="btn btn-outline-light btn-sm w-100">
|
||||
Otwórz opis
|
||||
</a>
|
||||
</div>
|
||||
<a href="{{ url_for('zbiorka', zbiorka_id=z.id) }}" class="btn btn-outline-light btn-sm w-100">
|
||||
Otwórz opis
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user