feat: various improvements in styles and layout

This commit is contained in:
Björn Fromme
2025-12-09 11:20:43 +01:00
parent 0239aee89a
commit 3527be9c29
8 changed files with 70 additions and 67 deletions
@@ -10,13 +10,13 @@
<button type="button"
hx-post="{{ path('app_booking_edit_cancel', {id: bookingId}) }}"
hx-target="body"
class="button button--small button--primary">
Ja
class="button button--primary">
Abbrechen
</button>
<button type="button"
{{ stimulus_action('modal', 'close') }}
class="button button--small button--secondary">
Nein
class="button button--secondary">
Weiter
</button>
</div>
{% endblock %}