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
084079d3
Commit
084079d3
authored
Aug 17, 2023
by
Dorine Lambinet
Committed by
Toufic Batache
Aug 23, 2023
Browse files
Options
Downloads
Patches
Plain Diff
Initie bouton calculer l'impact budgétaire pour mobile
parent
33cb8537
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!158
Bouton et modale simulation budget et autre évolution UI du budget
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/lib/components/BudgetConnexionModal.svelte
+5
-3
5 additions, 3 deletions
src/lib/components/BudgetConnexionModal.svelte
src/routes/+page.svelte
+19
-1
19 additions, 1 deletion
src/routes/+page.svelte
with
24 additions
and
4 deletions
src/lib/components/BudgetConnexionModal.svelte
+
5
−
3
View file @
084079d3
...
...
@@ -117,7 +117,7 @@
Estimations budgétaires de votre réforme
</h1>
<div
class=
"flex flex-col px-5"
>
<h2
class=
"w-full text-left text-xl font-bold"
>
<h2
class=
"w-full text-left text-
2
xl font-bold"
>
Vous êtes parlementaire ou habilité* ? Utilisez le
simulateur
:
<br
/>
...
...
@@ -158,7 +158,7 @@
</div>
<div
class=
"bg-gray-100 px-5 pb-10 pt-5 border-t mt-10"
>
<div>
<h2
class=
"w-full text-left text-xl font-bold mb-5"
>
<h2
class=
"w-full text-left text-
2
xl font-bold mb-5"
>
Demandez le calcul de votre réforme au service
LexImpact
:
<br
/>
...
...
@@ -172,7 +172,9 @@
<span
class=
"font-bold text-sm py-2 pl-10"
>
Votre adresse e-mail :
</span
>
<div
class=
"flex w-full px-10 items-center gap-5"
>
<div
class=
"flex md:flex-row flex-col w-full px-0 md:px-10 items-center gap-5"
>
<div
class=
"flex rounded-t-md border-b-2 border-b-black bg-white px-2 grow max-w-lg"
>
...
...
...
...
This diff is collapsed.
Click to expand it.
src/routes/+page.svelte
+
19
−
1
View file @
084079d3
...
...
@@ -1359,7 +1359,7 @@
<div
class=
"w-full flex itemps-center justify-center"
>
<a
class=
"mt-4 rounded-lg bg-le-jaune px-4 py-2 text-center text-base tracking-wider uppercase text-black drop-shadow-md active:bg-le-vert-800 hover:bg-le-jaune-very-dark hover:text-white font-medium"
class=
"mt-
2 lg:mt-
4 rounded-lg bg-le-jaune px-4
py-1 lg:
py-2 text-center text-base tracking-wider uppercase text-black drop-shadow-md active:bg-le-vert-800 hover:bg-le-jaune-very-dark hover:text-white font-medium"
on:click=
{
()
=>
(
isBudgetConnexionModalOpen
=
true
)
}
>
Calculer l'impact budgétaire
...
...
@@ -1625,6 +1625,24 @@
{
/if
}
</div>
</div>
<!--Bouton flottant mobile Calculer l'impact budgétaire A CONFIGURER-->
<div
class=
"md:hidden fixed bottom-0 bg-le-jaune-light z-40 rounded-t-lg shadow-md p-3 flex-col flex items-center justify-center mx-5 inset-x-0"
>
<p>
Pour voir l'
<strong>
impact de votre réforme
</strong>
:
</p>
<div
class=
"w-full flex itemps-center justify-center"
>
<a
class=
"mt-2 lg:mt-4 rounded-lg bg-le-jaune px-4 py-1 lg:py-2 text-center text-base tracking-wider uppercase text-black drop-shadow-md active:bg-le-vert-800 hover:bg-le-jaune-very-dark hover:text-white font-medium"
on:click=
{
()
=>
(
isBudgetConnexionModalOpen
=
true
)
}
>
Calculer l'impact budgétaire
</a>
</div>
</div>
<BudgetConnexionModal
bind:isOpen=
{
isBudgetConnexionModalOpen
}
/>
<!--Bouton flottant mobile pour fermer volet édition du cas type-->
<button
...
...
...
...
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