des trucs

This commit is contained in:
mepiphana2023
2024-11-28 10:47:01 +01:00
parent df68d55e5c
commit 42db692853
17 changed files with 171 additions and 49 deletions

View File

@@ -71,10 +71,10 @@
</div>
<div class="flex justify-end mt-8 space-x-4">
<a href="{{ path('sortie_view', { id: sortie.getIdSortie() }) }}" class="px-6 py-3 bg-gray-500 text-white rounded-lg shadow-md hover:bg-gray-600">
<a href="{{ path('sortie_view', { id: sortie.getIdSortie() }) }}" class="btnAnnule">
❌ Annuler
</a>
<button type="submit" class="px-6 py-3 bg-blue-500 text-white rounded-lg shadow-md hover:bg-blue-600">
<button type="submit" class="btnPrimary">
💾 Enregistrer
</button>
</div>