From 1fed9d9cd1893607e000cae37a50890d2b808009 Mon Sep 17 00:00:00 2001 From: gwen Date: Tue, 27 Feb 2024 15:32:23 +0100 Subject: [PATCH] remplacer css custom par btn et btn-dark --- .../src/components/PagePrincipale.vue | 4 ++-- science-quest/src/scss/landingPage.scss | 20 ------------------- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/science-quest/src/components/PagePrincipale.vue b/science-quest/src/components/PagePrincipale.vue index cacb2bf..8c65292 100644 --- a/science-quest/src/components/PagePrincipale.vue +++ b/science-quest/src/components/PagePrincipale.vue @@ -24,8 +24,8 @@ export default {

Actuellement les jeux sont en cours de développement 🚧

- Kahoot 🚧 - Qui-est-ce ? 🚧 + Kahoot 🚧 + Qui-est-ce ? 🚧
Marie Curie diff --git a/science-quest/src/scss/landingPage.scss b/science-quest/src/scss/landingPage.scss index 4bb1a87..c25f6e3 100644 --- a/science-quest/src/scss/landingPage.scss +++ b/science-quest/src/scss/landingPage.scss @@ -45,26 +45,6 @@ template { animation: dropIn 2s; } -.button { - display: flex; - flex-direction: row; - padding: 0.5em 1em; - font-size: 1rem; - font-weight: bold; - text-align: center; - text-decoration: none; - background-color: #000; - color: #fff; - border-radius: 4px; - border: none; - cursor: pointer; - transition: background-color 0.3s ease; -} - -.button:hover { - background-color: #333; -} - //footer footer { display: flex;