-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
128 additions
and
43 deletions.
There are no files selected for viewing
Binary file modified
BIN
-1.84 MB
(25%)
frontend/src/assets/guide-mise-en-securite/videos/epaule_a_verrou/epaule_verrou_surete.mp4
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<script lang="ts" setup> | ||
import { useRouter } from 'vue-router' | ||
const router = useRouter() | ||
</script> | ||
|
||
<template> | ||
<div class="footer"> | ||
<div class="fr-col-11 fr-col-lg-6 footer-actions mx-auto"> | ||
<DsfrButton | ||
class="m-1 flex justify-center" | ||
icon="ri-arrow-left-line" | ||
:secondary="true" | ||
label="Précédent" | ||
@click="router.back()" | ||
/> | ||
<DsfrButton | ||
class="m-1 flex justify-center" | ||
icon="ri-arrow-right-line" | ||
data-testid="button-next" | ||
label="Suivant" | ||
:icon-right="true" | ||
@click="router.push({ name:'SecuringAchievement'})" | ||
/> | ||
</div> | ||
</div> | ||
</template> | ||
|
||
<style> | ||
.footer { | ||
background-color: #fff; | ||
box-shadow: 0 -4px 16px rgb(0 0 0 / 25%); | ||
} | ||
.footer button { | ||
width: 50%; | ||
} | ||
</style> |
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