rezerwa ramka inny kolor
This commit is contained in:
@@ -437,4 +437,8 @@ select:disabled {
|
||||
color: #bbb !important;
|
||||
opacity: 1 !important;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.card-rezerwa {
|
||||
border: 2px solid #0dcaf0;
|
||||
}
|
||||
@@ -29,7 +29,7 @@ zbiórki{% endif %}{% endblock %}
|
||||
{% set progress_clamped = 100 if progress > 100 else (0 if progress < 0 else progress) %}
|
||||
<div class="col-sm-12 col-md-6 col-lg-4">
|
||||
<div class="card h-100 position-relative">
|
||||
<div class="card-body d-flex flex-column">
|
||||
<div class="card h-100 position-relative {% if z.typ_zbiorki == 'rezerwa' %}border border-2 border-info{% endif %}">
|
||||
<div class="d-flex align-items-start justify-content-between gap-2 mb-2">
|
||||
<h5 class="card-title mb-0">{{ z.nazwa }}</h5>
|
||||
|
||||
@@ -93,7 +93,7 @@ zbiórki{% endif %}{% endblock %}
|
||||
<div class="d-grid">
|
||||
<a href="{{ url_for('zbiorka', zbiorka_id=z.id) }}"
|
||||
class="btn btn-outline-light btn-sm w-100 btn-opis">
|
||||
Otwórz opis
|
||||
Otwórz
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user