From a5c82b619c431c786570ed52ed900d05be300c7d Mon Sep 17 00:00:00 2001 From: Maxence Lanone Date: Fri, 27 Jan 2023 09:29:58 +0100 Subject: [PATCH] ajout composant meteo --- src/pages/Analyse.js | 1 + src/pages/Compte.js | 4 +++- src/styles/components/_compte.scss | 6 +++++- src/styles/components/_mailPourAdmin.scss | 21 +++------------------ src/styles/components/_parametre.scss | 1 + 5 files changed, 13 insertions(+), 20 deletions(-) diff --git a/src/pages/Analyse.js b/src/pages/Analyse.js index 1f3887a..2a6ea6c 100644 --- a/src/pages/Analyse.js +++ b/src/pages/Analyse.js @@ -89,6 +89,7 @@ const Analyse = () => { 'rgba(75, 192, 192, 0.2)', 'rgba(153, 102, 255, 0.2)', 'rgba(255, 159, 64, 0.2)', + ], borderColor: [ 'rgba(255, 99, 132, 1)', diff --git a/src/pages/Compte.js b/src/pages/Compte.js index 36f6521..dad4243 100644 --- a/src/pages/Compte.js +++ b/src/pages/Compte.js @@ -135,18 +135,20 @@ function Compte() {

Nom Complet :

{modificationInfo ? -
+
: diff --git a/src/styles/components/_compte.scss b/src/styles/components/_compte.scss index c6d13fd..8b01758 100644 --- a/src/styles/components/_compte.scss +++ b/src/styles/components/_compte.scss @@ -251,7 +251,11 @@ body { .nom { display: flex; margin-left: 125px; - ; + } + .changeInput { + .inuptCompte { + + } } } diff --git a/src/styles/components/_mailPourAdmin.scss b/src/styles/components/_mailPourAdmin.scss index f724deb..800e4a2 100644 --- a/src/styles/components/_mailPourAdmin.scss +++ b/src/styles/components/_mailPourAdmin.scss @@ -1,5 +1,3 @@ - - body { .page_mailAdmin { @@ -116,23 +114,9 @@ body { } } } - - .form { - display: flex; - flex-direction: column; - width: 94.3%; - height: auto; - margin: 5px 10px 10px 5px; - - background: rgba(255, 255, 255, 0.3); - border-radius: 15px; - box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); - backdrop-filter: blur(3px); - -webkit-backdrop-filter: blur(15px); - } - /*.Mail { + .Mail { display: flex; flex-direction: column; justify-content: space-evenly; @@ -151,6 +135,7 @@ body { justify-content: space-evenly; margin: 13px; width: auto; + height: 40%; background: rgba(255, 255, 255, 0.1); border-radius: 5px; @@ -250,7 +235,7 @@ body { } } } - }*/ + } } } } \ No newline at end of file diff --git a/src/styles/components/_parametre.scss b/src/styles/components/_parametre.scss index 2515796..52467ba 100644 --- a/src/styles/components/_parametre.scss +++ b/src/styles/components/_parametre.scss @@ -302,6 +302,7 @@ body { width: 50px; height: 25px; -webkit-appearance: none; + appearance: none; background-color: #e2e2e2; outline: none; border-radius: 20px;