Skip to content

Commit

Permalink
ajout de la duration sur le hover des bouttons et la couleur du titre…
Browse files Browse the repository at this point in the history
… de createur
  • Loading branch information
bethuel2805 committed Nov 7, 2023
1 parent c8a0526 commit 3e749bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div class="h-[calc(100vh-80px)]">
<div class="flex justify-between flex-col h-full">
<div class="flex flex-col justify-start space-y-10 pt-10 px-5">
<button class="bg-sky-700 py-2 rounded-md px-2 text-lg text-white shadow-2xl hover:bg-sky-600">
<button class="bg-sky-700 py-2 rounded-md px-2 text-lg text-white shadow-2xl hover:bg-sky-600 duration-700">
<router-link to="/dashboard/receive_courrier" active-class="text-green-300">
<span>
<ion-icon name="albums-outline"></ion-icon>
Expand All @@ -30,15 +30,15 @@
</router-link>
</button>

<button class="bg-sky-700 py-2 rounded-md px-2 text-lg text-white shadow-2xl hover:bg-sky-600">
<button class="bg-sky-700 py-2 rounded-md px-2 text-lg text-white shadow-2xl hover:bg-sky-600 duration-700">
<router-link to="/dashboard/sender_courrier" active-class="text-green-300">
<span>
<ion-icon name="send-outline"></ion-icon>
</span>
Enregistrer Départ Courrier
</router-link>
</button>
<button class="bg-sky-700 py-2 rounded-md px-2 text-lg text-white shadow-2xl hover:bg-sky-600">
<button class="bg-sky-700 py-2 rounded-md px-2 text-lg text-white shadow-2xl hover:bg-sky-600 duration-700">
<router-link to="/dashboard/archive_courrier" active-class="text-green-300">
<span>
<ion-icon name="archive-outline"></ion-icon>
Expand All @@ -57,7 +57,7 @@
</div>

</div>
<div class="bg-red-100 font-bold text-center py-3">
<div class="bg-red-100 font-bold text-center py-3 text-slate-900">
Created by : Altaïr VBA
</div>
</div>
Expand Down

0 comments on commit 3e749bf

Please sign in to comment.