-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(stage3eme): ajout metier proposé resultats recherche (#2592)
* feat(stage3eme): ajout appellationLibelle resultats recherche * feat(stage3eme): ajout metier cartes resultats recherche * feat(stage3eme): retour review passage ul li liste metier * feat(stage3eme): ajout padding liste metiers * feat(stage3eme): reduction padding carte resultat recherche * fix(stage3eme): erreur typage * fix(stage3eme): css en mobile
- Loading branch information
Showing
10 changed files
with
72 additions
and
3 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
...tures/Stages3eEt2de/Rechercher/FormulaireRecherche/ListeResultatsStage3eEt2de.module.scss
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,25 @@ | ||
@use "@styles/utilities"; | ||
|
||
.carteResultat { | ||
@include utilities.media(medium) { | ||
padding: 1.5rem; | ||
} | ||
} | ||
|
||
.listeMetiers { | ||
padding-top: 10px; | ||
> li { | ||
display: inline; | ||
|
||
> p { | ||
display: inline; | ||
} | ||
} | ||
|
||
> li::before { | ||
content: ', '; | ||
} | ||
> li:first-of-type::before{ | ||
content: none; | ||
} | ||
} |
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
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
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
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
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
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
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
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
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