Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
leximpact-client
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 dotations aux communes
leximpact-client
Commits
b1f49eba
Commit
b1f49eba
authored
Sep 25, 2020
by
Loïc Poullain
Browse files
Options
Downloads
Patches
Plain Diff
[Dotations] Fix Grid
parent
61cbd48d
No related branches found
No related tags found
1 merge request
!102
Re-dessiner le panneau des communes éligibles et utiliser le même panneau d'information pour la réfaction outre mer
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/dotations/results/Results.tsx
+8
-8
8 additions, 8 deletions
components/dotations/results/Results.tsx
components/dotations/results/commune-summary/commune-summary-section/CommuneSummarySection.module.scss
+2
-2
2 additions, 2 deletions
...commune-summary-section/CommuneSummarySection.module.scss
with
10 additions
and
10 deletions
components/dotations/results/Results.tsx
+
8
−
8
View file @
b1f49eba
...
...
@@ -45,14 +45,17 @@ class Results extends PureComponent<Props> {
</
Grid
>
)
}
<
Grid
container
spacing
=
{
3
}
>
<
Grid
item
lg
=
{
8
}
md
=
{
12
}
sm
=
{
12
}
xl
=
{
6
}
xs
=
{
12
}
>
<
CommuneSummary
/>
</
Grid
>
<
Grid
item
lg
=
{
12
}
md
=
{
12
}
sm
=
{
6
}
xl
=
{
6
}
xs
=
{
12
}
>
<
Grid
item
lg
=
{
12
}
xl
=
{
8
}
>
<
CommuneStrateDetails
/>
</
Grid
>
<
Grid
item
lg
=
{
8
}
md
=
{
12
}
sm
=
{
12
}
xl
=
{
4
}
xs
=
{
12
}
>
<
CommuneSummary
/>
</
Grid
>
<
Grid
container
spacing
=
{
3
}
>
<
Grid
item
lg
=
{
4
}
md
=
{
6
}
sm
=
{
6
}
xl
=
{
3
}
xs
=
{
12
}
>
<
CommuneSearch
/>
</
Grid
>
{
/* </Grid>
<Grid container spacing={3}> */
}
{
communesTypes
.
map
((
communeType
,
index
)
=>
(
<
Grid
key
=
{
communeType
.
code
}
item
lg
=
{
4
}
md
=
{
6
}
sm
=
{
6
}
xl
=
{
3
}
xs
=
{
12
}
>
<
CommuneType
...
...
@@ -65,9 +68,6 @@ class Results extends PureComponent<Props> {
/>
</
Grid
>
))
}
<
Grid
item
lg
=
{
4
}
md
=
{
6
}
sm
=
{
6
}
xl
=
{
3
}
xs
=
{
12
}
>
<
CommuneSearch
/>
</
Grid
>
</
Grid
>
</
div
>
);
...
...
This diff is collapsed.
Click to expand it.
components/dotations/results/commune-summary/commune-summary-section/CommuneSummarySection.module.scss
+
2
−
2
View file @
b1f49eba
...
...
@@ -7,8 +7,8 @@
}
.total
{
font-size
:
40
px
;
margin-bottom
:
1
5
px
;
font-size
:
35
px
;
margin-bottom
:
1
2
px
;
text-align
:
center
;
}
...
...
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