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
de762ac7
Commit
de762ac7
authored
Aug 18, 2023
by
Dorine Lambinet
Committed by
Toufic Batache
Aug 23, 2023
Browse files
Options
Downloads
Patches
Plain Diff
simplifie le code des onglets
parent
1f5eedcb
No related branches found
No related tags found
1 merge request
!158
Bouton et modale simulation budget et autre évolution UI du budget
Pipeline
#10170
passed
Aug 23, 2023
Status:
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/routes/+page.svelte
+9
-28
9 additions, 28 deletions
src/routes/+page.svelte
with
9 additions
and
28 deletions
src/routes/+page.svelte
+
9
−
28
View file @
de762ac7
...
...
@@ -1194,25 +1194,15 @@
}
)}
>
<div
class=
"h-10 md:h-12 2xl:h-14 flex items-center border-b-[3px] border-transparent px-1 sm:px-3 pb-1 text-xl text-black 2xl:border-b-4 2xl:text-2xl justify-center"
class=
"h-10 md:h-12 2xl:h-14 flex items-center border-b-[3px] border-transparent px-1 sm:px-3 pb-1 text-xl text-black 2xl:border-b-4 2xl:text-2xl justify-center
tracking-wide
"
class:
!
border-black=
{
!displayMode.budget
}
class:hover:bg-le-vert-50=
{
displayMode.budget
}
class:hover:text-le-bleu=
{
displayMode.budget
}
>
<span
class=
"hidden tracking-wide sm:flex"
class:text-black=
{
!displayMode.budget
}
class:font-bold=
{
!displayMode.budget
}
>
Impact cas type
</span>
<span
class=
"flex tracking-wide sm:hidden"
class:text-black=
{
!displayMode.budget
}
class:hover:text-le-bleu=
{
displayMode.budget
}
class:font-bold=
{
!displayMode.budget
}
>
Cas type
</span>
<span
class=
"hidden sm:flex"
>
Impact cas type
</span>
<span
class=
"flex sm:hidden"
>
Cas type
</span>
</div>
</a>
<a
...
...
@@ -1224,23 +1214,14 @@
}
)}
>
<div
class=
"h-10 md:h-12 2xl:h-14 flex items-center border-b-[3px] border-transparent px-3 pb-1 text-xl text-black 2xl:border-b-4 2xl:text-2xl justify-center"
class=
"h-10 md:h-12 2xl:h-14 flex items-center border-b-[3px] border-transparent px-3 pb-1 text-xl text-black 2xl:border-b-4 2xl:text-2xl justify-center
tracking-wide
"
class:
!
border-black=
{
displayMode.budget
}
class:hover:bg-le-vert-50=
{
!displayMode.budget
}
class:hover:text-le-bleu=
{
!displayMode.budget
}
>
<span
class=
"hidden tracking-wide sm:flex"
class:font-bold=
{
displayMode.budget
}
>
Impact budgétaire
</span>
<span
class=
"flex tracking-wide sm:hidden"
class:font-bold=
{
displayMode.budget
}
>
Budget
</span>
<span
class=
"hidden sm:flex"
>
Impact budgétaire
</span>
<span
class=
"flex sm:hidden"
>
Budget
</span>
</div>
</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