From f53eb4d0f56f7ad07bc1beb0e8899244adab4996 Mon Sep 17 00:00:00 2001 From: nathan boileau Date: Fri, 13 Jan 2023 14:52:26 +0100 Subject: [PATCH] bouton next sur multi page joueur --- View/src/CSS/Enigme.css | 13 +++++++++++-- View/src/pages/Multijoueur/Partie.php | 8 +++++--- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/View/src/CSS/Enigme.css b/View/src/CSS/Enigme.css index 4fea8f72..39c12373 100644 --- a/View/src/CSS/Enigme.css +++ b/View/src/CSS/Enigme.css @@ -17,20 +17,24 @@ body { } p, -a, li, button, ul { margin: 0; padding: 0; line-height: normal; - text-decoration: none !important; font-family: "Fauna", sans-serif; font-size: 14px; line-height: 20px; letter-spacing: 0.8px; } +a{ + color: white; + text-decoration: none !important; + font-family: Equinox, sans-serif; +} + /***** Text CSS *****/ p{ @@ -121,4 +125,9 @@ h1, h2, h3, h4, h5, h6 { color: #fff; font-family: "Equinox", sans-serif; font-size: 1.2rem; +} + +#next-enigme{ + font-family: "Equinox", sans-serif; + font-size: 1.2rem; } \ No newline at end of file diff --git a/View/src/pages/Multijoueur/Partie.php b/View/src/pages/Multijoueur/Partie.php index cfed0b95..368242be 100644 --- a/View/src/pages/Multijoueur/Partie.php +++ b/View/src/pages/Multijoueur/Partie.php @@ -31,8 +31,9 @@
- getIdEnigme() . '&index='. $index .'"' ?>>Skip + getIdEnigme() . '&index='. $index .'"' ?> class="px-3 py-2">Passer l'énigme
+

Temps restant :