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
2ad4b134
Commit
2ad4b134
authored
Apr 3, 2024
by
Toufic Batache
Browse files
Options
Downloads
Patches
Plain Diff
Fix styles on big screens
parent
722637b7
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!210
Début du travail sur la nouvelle page d'accueil/d'atterrissage du simulateur
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/lib/components/NavBar.svelte
+3
-3
3 additions, 3 deletions
src/lib/components/NavBar.svelte
src/lib/components/search/WelcomeSearch.svelte
+1
-1
1 addition, 1 deletion
src/lib/components/search/WelcomeSearch.svelte
src/routes/welcome/+page.svelte
+3
-3
3 additions, 3 deletions
src/routes/welcome/+page.svelte
with
7 additions
and
7 deletions
src/lib/components/NavBar.svelte
+
3
−
3
View file @
2ad4b134
...
@@ -253,14 +253,14 @@
...
@@ -253,14 +253,14 @@
<div
<div
class=
"basis-1/3 h-full flex justify-center items-center gap-2 uppercase text-white"
class=
"basis-1/3 h-full flex justify-center items-center gap-2 uppercase text-white"
>
>
<span
class=
"text-2xl"
>
Leximpact
</span>
<span
class=
"text-2xl
2xl:text-3xl
"
>
Leximpact
</span>
<div
class=
"h-full flex flex-col justify-center rounded"
>
<div
class=
"h-full flex flex-col justify-center rounded"
>
<span
<span
class=
"text-xs font-light leading-3 tracking-widest 2xl:text-
lg
"
class=
"text-xs font-light leading-3 tracking-widest 2xl:text-
base 2xl:leading-4
"
>
>
Simulateur
Simulateur
</span>
</span>
<span
class=
"text-sm leading-3 tracking-wider 2xl:text-
x
l"
>
<span
class=
"text-sm leading-3 tracking-wider 2xl:text-l
g 2xl:leading-4
"
>
Socio-Fiscal
Socio-Fiscal
</span>
</span>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
src/lib/components/search/WelcomeSearch.svelte
+
1
−
1
View file @
2ad4b134
...
@@ -48,7 +48,7 @@
...
@@ -48,7 +48,7 @@
</script>
</script>
<div
<div
class=
"w-full flex items-center gap-1.5 overflow-hidden rounded-t-md border-2 border-neutral-200 border-b-4 border-b-[#A6A00C]
bg-gray-100
"
class=
"w-full flex items-center gap-1.5 overflow-hidden rounded-t-md
bg-white
border-2 border-neutral-200 border-b-4 border-b-[#A6A00C]"
>
>
<iconify-icon
<iconify-icon
class=
"ml-4 self-center p-1 text-xl text-black"
class=
"ml-4 self-center p-1 text-xl text-black"
...
...
This diff is collapsed.
Click to expand it.
src/routes/welcome/+page.svelte
+
3
−
3
View file @
2ad4b134
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
class=
"relative h-[78%] before:absolute before:top-0 before:inset-x-0 before:h-[50vh] before:bg-gradient-to-b before:from-[#9AAAB4] before:to-transparent fond"
class=
"relative h-[78%] before:absolute before:top-0 before:inset-x-0 before:h-[50vh] before:bg-gradient-to-b before:from-[#9AAAB4] before:to-transparent fond"
>
>
<div
class=
"h-full relative z-10 flex flex-col justify-evenly items-center"
>
<div
class=
"h-full relative z-10 flex flex-col justify-evenly items-center"
>
<h1
class=
"font-serif text-4xl text-center leading-snug"
>
<h1
class=
"font-serif
text-xl md:text-3xl 2xl:
text-4xl text-center leading-snug"
>
Mesurer les
<span
class=
"highlight highlight-yellow"
>
impacts
</span>
Mesurer les
<span
class=
"highlight highlight-yellow"
>
impacts
</span>
<br
/>
<br
/>
du droit en vigueur ou d’une réforme
du droit en vigueur ou d’une réforme
...
@@ -55,11 +55,11 @@
...
@@ -55,11 +55,11 @@
<div
class=
"flex flex-col gap-4"
>
<div
class=
"flex flex-col gap-4"
>
<div>
<div>
<h2
class=
"font-bold text-3xl"
>
<h2
class=
"font-bold
text-xl 2xl:
text-3xl"
>
Commencer avec un impôt, une cotisation ou une prestation :
Commencer avec un impôt, une cotisation ou une prestation :
</h2>
</h2>
<span>
<span
class=
"2xl:text-2xl"
>
En sélectionnant un dispositif, vous pourrez ensuite voir ses
En sélectionnant un dispositif, vous pourrez ensuite voir ses
impacts et même proposer un changement de la loi :
impacts et même proposer un changement de la loi :
</span>
</span>
...
...
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