```
✨ feat(workflow.twig): Ajoute animations AOS pour un effet visuel amélioré. ✨ feat(app.js): Initialise la librairie AOS pour les animations. ➕ chore(package.json): Ajoute AOS comme dépendance. ✨ feat(reserve.js): Initialise AOS pour les animations. ✨ feat(formules.twig): Ajoute animations AOS pour améliorer l'UX. ✨ feat(catalogue.twig): Ajoute animations AOS pour une meilleure UX. ✨ feat(dashboard/base.twig): Améliore la mise en page du dashboard. ✨ feat(base.twig): Ajoute macros pour les liens de navigation. ✨ feat(home.twig): Ajoute animations AOS et macros pour la page d'accueil. ```
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
</header>
|
||||
|
||||
{# CONTENT #}
|
||||
<div class="p-6 md:p-10 page-transition w-full">
|
||||
<div class="flex-1 overflow-y-auto custom-scrollbar flex flex-col p-6 md:p-10 page-transition w-full">
|
||||
<div class="flex items-end justify-between mb-10 pb-8 border-b border-slate-800/50">
|
||||
<div>
|
||||
<p class="text-blue-600 font-bold text-[10px] uppercase tracking-[0.4em] mb-2">Ludikevent Intranet</p>
|
||||
@@ -170,7 +170,7 @@
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
<div class="w-full">
|
||||
<div class="w-full flex-1 flex flex-col">
|
||||
{% block body %}{% endblock %}
|
||||
|
||||
{# FOOTER #}
|
||||
|
||||
Reference in New Issue
Block a user