Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
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
?
Snippets
Groups
Projects
Show more breadcrumbs
leximpact
Simulateur socio-fiscal
leximpact-socio-fiscal-ui
Commits
3c3df373
Commit
3c3df373
authored
1 year ago
by
Dorine Lambinet
Committed by
Toufic Batache
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Crée le style link-simple'
parent
dd11fd83
No related branches found
No related tags found
1 merge request
!210
Début du travail sur la nouvelle page d'accueil/d'atterrissage du simulateur
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app.postcss
+3
-0
3 additions, 0 deletions
src/app.postcss
src/lib/components/transverse_pages/Footer.svelte
+11
-7
11 additions, 7 deletions
src/lib/components/transverse_pages/Footer.svelte
with
14 additions
and
7 deletions
src/app.postcss
+
3
−
0
View file @
3c3df373
...
...
@@ -23,6 +23,9 @@
.link-text-le-bleu {
@apply underline hover:decoration-2 underline-offset-4 hover:text-le-bleu;
}
.link-simple {
@apply hover:underline hover:decoration-2 underline-offset-4 tracking-wider;
}
.link-uppercase {
@apply gap-2 uppercase font-semibold tracking-widest hover:underline decoration-2 underline-offset-4 hover:text-black text-nowrap text-neutral-700;
}
...
...
This diff is collapsed.
Click to expand it.
src/lib/components/transverse_pages/Footer.svelte
+
11
−
7
View file @
3c3df373
...
...
@@ -18,7 +18,7 @@
target=
"_blank"
>
Accueil
Leximpact
<iconify-icon
class=
"mr-1 align-[-0.2rem] text-lg"
icon=
"ri-
external-link
-line"
icon=
"ri-
arrow-right-up
-line"
/></a
>
</p>
...
...
@@ -102,33 +102,37 @@
</p>
</div>
<div
class=
"flex flex-col md:w-1/2 md:text-right gap-y-3"
>
<a
class=
"link-text"
href=
"https://leximpact.an.fr/cgu"
target=
"_blank"
>
<a
class=
"link-simple"
href=
"https://leximpact.an.fr/cgu"
target=
"_blank"
>
Conditions d'utilisation
<iconify-icon
class=
"mr-1 align-[-0.2rem] text-lg"
icon=
"ri-
external-link
-line"
icon=
"ri-
arrow-right-up
-line"
/>
</a>
<a
class=
"link-
text
"
class=
"link-
simple
"
href=
"https://leximpact.an.fr/statistiques"
target=
"_blank"
>
Statistiques d'usage
<iconify-icon
class=
"mr-1 align-[-0.2rem] text-lg"
icon=
"ri-
external-link
-line"
icon=
"ri-
arrow-right-up
-line"
/>
</a>
<a
class=
"link-
text
"
class=
"link-
simple
"
href=
"https://leximpact.an.fr/mentions-legales"
target=
"_blank"
>
Mentions légales
<iconify-icon
class=
"mr-1 align-[-0.2rem] text-lg"
icon=
"ri-
external-link
-line"
icon=
"ri-
arrow-right-up
-line"
/>
</a>
</div>
...
...
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