From 93c9f101972a26de68d581351325a28c768db8e4 Mon Sep 17 00:00:00 2001 From: "C. Fuhrman" Date: Thu, 6 Mar 2025 09:48:06 -0500 Subject: [PATCH] =?UTF-8?q?hover=20g=C3=AAnant=20(affecte=20tous=20les=20b?= =?UTF-8?q?outons=20de=20l'App)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/pages/AuthManager/authDrawer.css | 35 +++++++++++---------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/client/src/pages/AuthManager/authDrawer.css b/client/src/pages/AuthManager/authDrawer.css index 1543fc2..b0d5263 100644 --- a/client/src/pages/AuthManager/authDrawer.css +++ b/client/src/pages/AuthManager/authDrawer.css @@ -3,11 +3,11 @@ flex-direction: column; align-items: center; padding: 20px; - } - h1 { +} +h1 { margin-bottom: 20px; - } - .form-container{ +} +.form-container { border: 1px solid #ccc; border-radius: 8px; padding: 15px; @@ -15,34 +15,35 @@ width: 400px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center; - } - form { +} +form { display: flex; flex-direction: column; - } - input { +} +input { margin: 5px 0; padding: 10px; border: 1px solid #ccc; border-radius: 4px; - } - button { +} +button { padding: 10px; border: none; border-radius: 4px; background-color: #5271ff; color: white; cursor: pointer; - } - button:hover { +} +/* This hover was affecting the entire App */ +/* button:hover { background-color: #5271ff; - } - .home-button-container{ + } */ +.home-button-container { background: none; color: black; - } - .home-button-container:hover{ +} +.home-button-container:hover { background: none; color: black; text-decoration: underline; - } \ No newline at end of file +}