Upload document - Voir le template
<div class="border-2 border-dashed p-5 flex flex-col items-center rounded-button">
<?= icon('upload', 'h-9'); ?>
<div class="text-sm text-icon">Déposez votre document ici, ou <span class="font-semibold text-text">téléchargez</span></div>
</div>
Uploaded document - Voir le template
<div class="bg-ui-light rounded-button flex flex-row items-center justify-between p-2 py-1">
<div class="flex flex-row items-center gap-2">
<?= icon('file-type-pdf-colored', 'h-9'); ?>
<div class="flex flex-col">
<span class="text-smaller font-semibold">tropmotivé.pdf</span>
<span class="text-xs text-icon font-normal">45 Ko</span>
</div>
</div>
<?= icon('label-suppress-colored', 'h-9'); ?>
</div>