feat: improved button sizes in mobile view

This commit is contained in:
Björn Fromme
2026-04-03 14:57:41 +02:00
parent 8d666baf28
commit ca873a99f4
9 changed files with 21 additions and 41 deletions
+1 -8
View File
@@ -71,14 +71,7 @@
</div>
<div class="shrink-0 bg-primary-dark px-4 lg:px-8 py-2 lg:py-4 z-20">
<div class="flex justify-between" hx-disinherit="*">
<button type="button"
title="Buchung abbrechen"
hx-get="{{ path('app_booking_cancel') }}"
hx-target="body"
hx-swap="beforeend"
class="button button--neutral w-10 h-10 px-0">
<svg class="w-8 h-8" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><rect width="256" height="256" fill="none"/><line x1="200" y1="56" x2="56" y2="200" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/><line x1="200" y1="200" x2="56" y2="56" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="16"/></svg>
</button>
{% include '_partials/_cancel_button.html.twig' %}
<div class="flex items-center gap-2">
<a href="{{ path('app_booking_create_step_2') }}"
class="button button--secondary"