Skip to main content
Sign in
Snippets Groups Projects
Unverified Commit f9dd4604 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Ajoute hover sur les boutons pour rendre visible la possibilité de cliquer

parent bd70511c
No related branches found
No related tags found
1 merge request!277Ajoute panneau page d'accueil qui liste les articles PLF/PLFSS qui sont dispos
Pipeline #17514 passed
...@@ -293,7 +293,7 @@ ...@@ -293,7 +293,7 @@
<div class="flex-auto items-center text-sm md:text-base mt-5"> <div class="flex-auto items-center text-sm md:text-base mt-5">
{#each suggestions.slice(0, 3) as suggestion} {#each suggestions.slice(0, 3) as suggestion}
<a <a
class="mx-1 px-3 py-1 bg-[#E3DFA9] hover:bg-opacity-80 active:bg-opacity-70 rounded-full" class="mx-1 px-3 py-1 bg-[#E3DFA9] hover:bg-le-vert-200 active:bg-opacity-70 rounded-full"
data-sveltekit-noscroll data-sveltekit-noscroll
href={newSimulationUrl({ href={newSimulationUrl({
...displayMode, ...displayMode,
...@@ -323,7 +323,7 @@ ...@@ -323,7 +323,7 @@
Article 2 du PLF 2025 | Impôt sur le revenu : Article 2 du PLF 2025 | Impôt sur le revenu :
</h3> </h3>
<a <a
class="mx-1 px-3 py-1 bg-white border-le-rouge-bill border-2 hover:bg-opacity-80 active:bg-opacity-70 rounded-full text-base" class="mx-1 px-3 py-1 bg-white border-le-rouge-bill border-2 hover:bg-opacity-80 active:bg-opacity-70 rounded-full text-base hover:bg-red-100"
data-sveltekit-noscroll data-sveltekit-noscroll
href={newSimulationUrl({ href={newSimulationUrl({
...displayMode, ...displayMode,
...@@ -338,7 +338,7 @@ ...@@ -338,7 +338,7 @@
<div class="flex flex-col gap-2"> <div class="flex flex-col gap-2">
<div> <div>
<a <a
class="mx-1 px-3 py-1 bg-white border-le-rouge-bill border-2 hover:bg-opacity-80 active:bg-opacity-70 rounded-full text-base" class="mx-1 px-3 py-1 bg-white border-le-rouge-bill border-2 hover:bg-opacity-80 active:bg-opacity-70 rounded-full text-base hover:bg-red-100"
data-sveltekit-noscroll data-sveltekit-noscroll
href={newSimulationUrl({ href={newSimulationUrl({
...displayMode, ...displayMode,
...@@ -351,7 +351,7 @@ ...@@ -351,7 +351,7 @@
</div> </div>
<div> <div>
<a <a
class="mx-1 px-3 py-1 bg-white border-le-rouge-bill border-2 hover:bg-opacity-80 active:bg-opacity-70 rounded-full text-base" class="mx-1 px-3 py-1 bg-white border-le-rouge-bill border-2 hover:bg-opacity-80 active:bg-opacity-70 rounded-full text-base hover:bg-red-100"
data-sveltekit-noscroll data-sveltekit-noscroll
href={newSimulationUrl({ href={newSimulationUrl({
...displayMode, ...displayMode,
...@@ -365,7 +365,7 @@ ...@@ -365,7 +365,7 @@
</div> </div>
<div> <div>
<a <a
class="mx-1 px-3 py-1 bg-white border-le-rouge-bill border-2 hover:bg-opacity-80 active:bg-opacity-70 rounded-full text-base" class="mx-1 px-3 py-1 bg-white border-le-rouge-bill border-2 hover:bg-opacity-80 active:bg-opacity-70 rounded-full text-base hover:bg-red-100"
data-sveltekit-noscroll data-sveltekit-noscroll
href={newSimulationUrl({ href={newSimulationUrl({
...displayMode, ...displayMode,
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment