diff --git a/images/suivant.png b/images/suivant.png new file mode 100644 index 0000000..c87a447 Binary files /dev/null and b/images/suivant.png differ diff --git a/public/styles/styleEndQuiz.css b/public/styles/styleEndQuiz.css index f4bc89a..81c9892 100644 --- a/public/styles/styleEndQuiz.css +++ b/public/styles/styleEndQuiz.css @@ -20,6 +20,10 @@ body.light-mode .resultat { background-color: var(--main-light-other-color); } +body.light-mode .suiv img{ + filter: invert(100%); +} + /* ====== ECRAN DEFAUT ====== */ h1 { @@ -28,6 +32,9 @@ h1 { } .resultat { + display: flex; + flex-direction: column; + justify-content: space-between; height: 60vh; width: 60vw; margin: auto; @@ -35,6 +42,15 @@ h1 { border-radius: 25px; } +.suiv { + align-items: self-end; + width: 1vh; +} + +.suiv img { + width: 1vh; +} + /* ====== ECRAN TABLETTE ====== */ @media (max-width: 834px) or (max-aspect-ratio : 1/1){ diff --git a/vue/templates/endQuiz.html.twig b/vue/templates/endQuiz.html.twig index 8e4747d..c0dd01a 100644 --- a/vue/templates/endQuiz.html.twig +++ b/vue/templates/endQuiz.html.twig @@ -2,7 +2,9 @@

nombre de réponse juste : {{ score }}

nombre de réponse fausse : {{ 10 - score }}

- qiz suivant + + +