Skip to content
Snippets Groups Projects
Commit 0be36495 authored by Dorine Lambinet's avatar Dorine Lambinet Committed by Toufic Batache
Browse files

Change la couleur de hover la poubelle et ajouter un seuil pour le jaune very...

Change la couleur de hover la poubelle et ajouter un seuil pour le jaune very dark, car c'est une réforme
parent 9802abf4
No related branches found
No related tags found
No related merge requests found
......@@ -305,23 +305,18 @@
<div>
<button
class="w-64 text-gray-600 hover:text-le-gris-dispositif"
class="w-64 text-gray-600 hover:text-le-jaune-very-dark"
on:click={appendBracket}
type="button"
>
<div class="mt-4 flex items-center pl-1 text-sm">
<svg
class="mr-1 inline fill-current"
xmlns="http://www.w3.org/2000/svg"
height="18px"
viewBox="0 0 24 24"
width="18px"
fill="#000000"
><path d="M0 0h24v24H0z" fill="none" /><path
d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm5 11h-4v4h-2v-4H7v-2h4V7h2v4h4v2z"
/></svg
>Ajouter un seuil
<div class="mt-2 flex items-center pb-4 pl-1 text-sm">
<iconify-icon
class="mr-1 align-[-0.2rem] text-lg"
icon="ri-add-circle-fill"
/>
Ajouter un seuil
</div></button
></button
>
</div>
</div>
......@@ -163,7 +163,7 @@
type="button"
>
<iconify-icon
class="ml-1 align-[0.2rem] text-lg text-gray-600 hover:text-le-gris-dispositif"
class="ml-1 align-[0.2rem] text-lg text-gray-600 hover:text-le-jaune-very-dark"
icon="mingcute-delete-fill"
/>
</button>
......@@ -355,7 +355,7 @@
{#if edit}
<div>
<button
class="w-64 text-gray-600 hover:text-le-gris-dispositif"
class="w-64 text-gray-600 hover:text-le-jaune-very-dark"
on:click={appendBracket}
type="button"
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment