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
057715f3
Commit
057715f3
authored
May 26, 2021
by
Dorine Lambinet
Committed by
Emmanuel Raviart
May 26, 2021
Browse files
Options
Downloads
Patches
Plain Diff
Ajustement padding et margin hauteur des titres des deux parties (amender et visualiser cas types)
parent
516e03fa
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/lib/components/scholar_waterfalls/ScholarWaterfall.svelte
+1
-1
1 addition, 1 deletion
...lib/components/scholar_waterfalls/ScholarWaterfall.svelte
src/routes/simulation.svelte
+4
-4
4 additions, 4 deletions
src/routes/simulation.svelte
with
5 additions
and
5 deletions
src/lib/components/scholar_waterfalls/ScholarWaterfall.svelte
+
1
−
1
View file @
057715f3
...
@@ -277,7 +277,7 @@
...
@@ -277,7 +277,7 @@
<div
class=
"flex-col"
>
<div
class=
"flex-col"
>
{
#each
nodes
as
node
,
index
}
{
#each
nodes
as
node
,
index
}
<div
<div
class=
"
{
node
.
open
&&
node
.
children
.
length
>
1
class=
"
{
node
.
open
&&
node
.
children
Name
.
length
>
1
?
'
border-gray-400
'
?
'
border-gray-400
'
:
'
border-transparent
'
}
border-t h-7 my-1 px-1 text-sm"
:
'
border-transparent
'
}
border-t h-7 my-1 px-1 text-sm"
>
>
...
...
...
...
This diff is collapsed.
Click to expand it.
src/routes/simulation.svelte
+
4
−
4
View file @
057715f3
...
@@ -390,7 +390,7 @@
...
@@ -390,7 +390,7 @@
<div
class=
"flex flex-wrap"
>
<div
class=
"flex flex-wrap"
>
<!-- Panneau de droite pour les impacts et notamment le waterfall-->
<!-- Panneau de droite pour les impacts et notamment le waterfall-->
<div
class=
"lg:w-2/3 lg:order-2 p-5 md:px-10"
>
<div
class=
"lg:w-2/3 lg:order-2 p-5 md:px-10"
>
<div
class=
"flex justify-between mb-
5
"
>
<div
class=
"flex justify-between mb-
4
"
>
<div
class=
"flex"
>
<div
class=
"flex"
>
<div
class=
"mr-5"
>
<div
class=
"mr-5"
>
<label
<label
...
@@ -495,7 +495,7 @@
...
@@ -495,7 +495,7 @@
></button
></button
>
>
</div>
</div>
<h1
class=
"text-3xl font-bold text-gray-600 pb-5 md:mt-1
6
"
>
<h1
class=
"text-3xl font-bold text-gray-600 pb-5 md:mt-1
0
"
>
Modifier le cas type
Modifier le cas type
</h1>
</h1>
<h2
class=
"font-bold text-xl"
>
Paramètres actifs du cas type
</h2>
<h2
class=
"font-bold text-xl"
>
Paramètres actifs du cas type
</h2>
...
@@ -531,7 +531,7 @@
...
@@ -531,7 +531,7 @@
></button
></button
>
>
</div>
</div>
<h1
class=
"text-3xl font-bold text-gray-600 pb-5 md:mt-1
6
"
>
<h1
class=
"text-3xl font-bold text-gray-600 pb-5 md:mt-1
0
"
>
Modifier le cas type
Modifier le cas type
</h1>
</h1>
<TestCaseEdit
<TestCaseEdit
...
@@ -560,7 +560,7 @@
...
@@ -560,7 +560,7 @@
></button
></button
>
>
</div>
</div>
<h1
class=
"text-3xl font-bold text-gray-600 pb-5 md:mt-1
6
"
>
<h1
class=
"text-3xl font-bold text-gray-600 pb-5 md:mt-1
0
"
>
Amender la loi
Amender la loi
</h1>
</h1>
<!-- Menu quand on aura la version abrégée
<!-- Menu quand on aura la version abrégée
...
...
...
...
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