Add item - Voir le template
<div class="rounded-button border-1 border-ui flex gap-5 items-center justify-center px-5 min-h-[83px] bg-white">
<?= icon('add-rounded', 'w-10'); ?>
<span class="font-semibold">Ajouter un document</span>
</div>
Tiny Add item - Voir le template
<div class="rounded-button border-1 border-ui flex gap-5 items-center justify-center px-5 min-h-[50px] bg-white">
<span class="font-semibold text-icon">Archiver ce projet</span>
</div>