feat: adopt main website styles
This commit is contained in:
@@ -49,17 +49,17 @@
|
||||
<div class="flex sm:flex-col space-x-2 sm:space-x-0 sm:space-y-1">
|
||||
{% if booking.editable %}
|
||||
<a href="{{ path('app_booking_edit', { 'id': booking.id }) }}"
|
||||
class="btn btn--small btn--secondary">
|
||||
class="button bg-button bg-button--secondary button--small">
|
||||
bearbeiten
|
||||
</a>
|
||||
{% endif %}
|
||||
<a href="{{ path('app_booking_confirmation', { 'id': booking.id }) }}"
|
||||
class="btn btn--small"
|
||||
class="button bg-button button--small"
|
||||
target="_blank">
|
||||
Bestätigung
|
||||
</a>
|
||||
<a href="{{ path('app_booking_documents', { 'id': booking.id }) }}"
|
||||
class="btn btn--small"
|
||||
class="button bg-button button--small"
|
||||
target="_blank">
|
||||
Reisedokumente
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user