-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refacto(web): move titles and breadcrumbs inside each impact modal de…
…scription components
- Loading branch information
Showing
54 changed files
with
962 additions
and
1,205 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
.../projects/views/project-page/impacts/impact-description-modals/ImpactDescriptionModal.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#modal-impacts-description .fr-modal__title { | ||
display: none; | ||
} | ||
|
||
#modal-impacts-description.fr-modal .fr-modal__content { | ||
padding-top: 0; | ||
} | ||
|
||
#modal-impacts-description .fr-modal__header { | ||
padding-bottom: 0; | ||
} |
365 changes: 242 additions & 123 deletions
365
...cts/views/project-page/impacts/impact-description-modals/ImpactDescriptionModalWizard.tsx
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
...ct-page/impacts/impact-description-modals/economic-balance/EconomicBalanceDescription.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 0 additions & 65 deletions
65
...ws/project-page/impacts/impact-description-modals/economic-balance/ModalContentWizard.tsx
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
...rojects/views/project-page/impacts/impact-description-modals/economic-balance/getTitle.ts
This file was deleted.
Oops, something went wrong.
12 changes: 12 additions & 0 deletions
12
...act-description-modals/economic-balance/real-estate-acquisition/RealEstateAcquisition.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...t-description-modals/economic-balance/site-reinstatement/SiteReinstatementDescription.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...ect-page/impacts/impact-description-modals/environmental/EnvironmentalMainDescription.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.