Skip to main content
Homepage
Explore
Search or go to…
/
Register
Sign in
Explore
Primary navigation
Project
L
leximpact-socio-fiscal-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
f9dd4604
Unverified
Commit
f9dd4604
authored
Oct 11, 2024
by
Dorine Lambinet
Browse files
Options
Downloads
Patches
Plain Diff
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
!277
Ajoute panneau page d'accueil qui liste les articles PLF/PLFSS qui sont dispos
Pipeline
#17514
passed
Oct 11, 2024
Status:
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/routes/accueil/+page.svelte
+5
-5
5 additions, 5 deletions
src/routes/accueil/+page.svelte
with
5 additions
and
5 deletions
src/routes/accueil/+page.svelte
+
5
−
5
View file @
f9dd4604
...
@@ -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-8
0 active:bg-opacity-70 rounded-full"
class=
"mx-1 px-3 py-1 bg-[#E3DFA9] hover:bg-
le-vert-20
0 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
,
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment