File tree Expand file tree Collapse file tree
packages/frontend-usagers/src
components/demande-sejour Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <span
44 class =" fr-icon-check-line fr-icon--lg fr-mr-1w icon-success"
55 aria-hidden =" true"
6- style =" color : var (--text-default-success )"
76 ></span >
87 Votre déclaration a bien été transmise
98 </h2 >
10-
119 <section class =" fr-container fr-my-4w" >
1210 <p >Votre demande est en cours de traitement</p >
1311
3129 title =" Je donne mon avis - nouvelle fenêtre"
3230 >
3331 <img
34- target =" _blank"
3532 src =" https://jedonnemonavis.numerique.gouv.fr/static/bouton-bleu-clair.svg"
3633 alt =" Je donne mon avis"
3734 />
4946 color : var (--text-default-success );
5047}
5148.avis-box {
52- background-color : #ececfe ;
49+ background-color : var ( --background-contrast-blue-france ) ;
5350 padding : 1rem ;
5451 margin : 1rem ;
5552}
Original file line number Diff line number Diff line change 169169 </div >
170170 </div >
171171 <DsfrModal
172- ref =" modal"
173172 class =" fr-icon-checkbox-circle-line fr-icon--lg"
174173 name =" modal-confirm-transmission"
175174 :opened =" isModalConfirmTransmissionOpened"
@@ -492,9 +491,9 @@ const hash = computed(() => {
492491
493492const isModalConfirmTransmissionOpened = ref (false );
494493
495- function onCloseConfirmTransmissionModal () {
494+ async function onCloseConfirmTransmissionModal () {
496495 isModalConfirmTransmissionOpened .value = false ;
497- navigateTo (" /demande-sejour/liste" );
496+ await navigateTo (" /demande-sejour/liste" );
498497}
499498const canModify = computed (() => {
500499 return (
You can’t perform that action at this time.
0 commit comments