Dashboard : Item navigation

Nav rapide

Section

Gauche - Voir le template
  • template
<div class="dashboard-navigation-item dashboard-navigation-item--left min-h-[152px] xl:min-h-0">
<a href="#" class="h-full text-right flex flex-col justify-center xl:gap-2.75 py-7.5 xl:py-6.5 pr-5 md:px-9">
<span class="text-white text-base md:text-xl font-semibold">Carnet de santé</span>
<span class="text-primary-bright text-sm font-medium">2 véhicules suivis</span>
</a>
</div>
Droite - Voir le template
  • template
<div class="dashboard-navigation-item dashboard-navigation-item--right min-h-[152px] xl:min-h-0">
<a href="#" class="h-full flex flex-col justify-center xl:gap-2.75 py-7.5 xl:py-6.5 pl-5 md:px-9">
<span class="text-white text-base md:text-xl font-semibold">Mes projets</span>
<span class="text-primary-bright text-sm font-medium">2 projets</span>
</a>
</div>