From 245de000f06eabf4708aa0eccb06a2e4689b44e4 Mon Sep 17 00:00:00 2001 From: Theo DUPIN Date: Tue, 29 Nov 2022 22:33:50 +0100 Subject: [PATCH] =?UTF-8?q?Barre=20de=20recherche=20enlev=C3=A9e=20sur=20t?= =?UTF-8?q?outes=20les=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Analyse.js | 6 ---- src/pages/Calendrier.js | 6 ---- src/pages/Compte.js | 6 ---- src/pages/Dashboard.js | 6 ---- src/pages/Parametres.js | 6 ---- src/pages/Repertoire.js | 6 ---- src/styles/components/_analyse.scss | 42 -------------------------- src/styles/components/_calendrier.scss | 42 -------------------------- src/styles/components/_compte.scss | 42 -------------------------- src/styles/components/_dashboard.scss | 42 -------------------------- src/styles/components/_parametre.scss | 42 -------------------------- 11 files changed, 246 deletions(-) diff --git a/src/pages/Analyse.js b/src/pages/Analyse.js index 1bbfd32..ab603d4 100644 --- a/src/pages/Analyse.js +++ b/src/pages/Analyse.js @@ -112,12 +112,6 @@ const Analyse = () => {

Analyse

-
- - - - -
diff --git a/src/pages/Calendrier.js b/src/pages/Calendrier.js index 2773a76..e7b34f4 100644 --- a/src/pages/Calendrier.js +++ b/src/pages/Calendrier.js @@ -52,12 +52,6 @@ const Calendrier = () => {

Calendrier

-
- - - - -
diff --git a/src/pages/Compte.js b/src/pages/Compte.js index 5265c41..f9d2cd0 100644 --- a/src/pages/Compte.js +++ b/src/pages/Compte.js @@ -53,12 +53,6 @@ function Compte() {

Mon Compte

-
- - - - -
diff --git a/src/pages/Dashboard.js b/src/pages/Dashboard.js index 7bb689d..aeca2f2 100644 --- a/src/pages/Dashboard.js +++ b/src/pages/Dashboard.js @@ -17,12 +17,6 @@ const Dashboard = () => {

Dashboard

-
- - - - -
diff --git a/src/pages/Parametres.js b/src/pages/Parametres.js index 56bf68c..f354c12 100644 --- a/src/pages/Parametres.js +++ b/src/pages/Parametres.js @@ -23,12 +23,6 @@ const Parametre = () => {

Paramètres

-
- - - - -
diff --git a/src/pages/Repertoire.js b/src/pages/Repertoire.js index c32adf3..07b106f 100644 --- a/src/pages/Repertoire.js +++ b/src/pages/Repertoire.js @@ -43,12 +43,6 @@ function Repertoire() {

Repertoire

-
- - - - -
diff --git a/src/styles/components/_analyse.scss b/src/styles/components/_analyse.scss index 166e983..36843c7 100644 --- a/src/styles/components/_analyse.scss +++ b/src/styles/components/_analyse.scss @@ -34,48 +34,6 @@ body { flex-direction: row; justify-content: space-between; - .input_box { - display: flex; - justify-content: center; - align-items: center; - position: relative; - height: 40px; - max-width: 350px; - width: 100%; - margin: 30px 30px; - border-radius: 25px; - box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); - - input { - position: relative; - width: 100%; - height: 100%; - padding: 0 15px 0 65px; - outline: none; - border: none; - border-radius: 25px; - font-size: 16px; - font-weight: 400; - color: #333; - } - - .search { - display: flex; - align-items: center; - justify-content: center; - position: absolute; - left: 0; - top: 0; - height: 100%; - width: 60px; - border-radius: 25px 0 0 25px; - - .search-icon { - font-size: 30px; - color: black; - } - } - } .logo { display: flex; diff --git a/src/styles/components/_calendrier.scss b/src/styles/components/_calendrier.scss index a0fe08e..1a71f09 100644 --- a/src/styles/components/_calendrier.scss +++ b/src/styles/components/_calendrier.scss @@ -34,48 +34,6 @@ body { flex-direction: row; justify-content: space-between; - .input_box { - display: flex; - justify-content: center; - align-items: center; - position: relative; - height: 40px; - max-width: 350px; - width: 100%; - margin: 30px 30px; - border-radius: 25px; - box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); - - input { - position: relative; - width: 100%; - height: 100%; - padding: 0 15px 0 65px; - outline: none; - border: none; - border-radius: 25px; - font-size: 16px; - font-weight: 400; - color: #333; - } - - .search { - display: flex; - align-items: center; - justify-content: center; - position: absolute; - left: 0; - top: 0; - height: 100%; - width: 60px; - border-radius: 25px 0 0 25px; - - .search-icon { - font-size: 30px; - color: black; - } - } - } .logo { display: flex; diff --git a/src/styles/components/_compte.scss b/src/styles/components/_compte.scss index 98039f9..2ad916f 100644 --- a/src/styles/components/_compte.scss +++ b/src/styles/components/_compte.scss @@ -34,48 +34,6 @@ body { flex-direction: row; justify-content: space-between; - .input_box { - display: flex; - justify-content: center; - align-items: center; - position: relative; - height: 40px; - max-width: 350px; - width: 100%; - margin: 30px 30px; - border-radius: 25px; - box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); - - input { - position: relative; - width: 100%; - height: 100%; - padding: 0 15px 0 65px; - outline: none; - border: none; - border-radius: 25px; - font-size: 16px; - font-weight: 400; - color: #333; - } - - .search { - display: flex; - align-items: center; - justify-content: center; - position: absolute; - left: 0; - top: 0; - height: 100%; - width: 60px; - border-radius: 25px 0 0 25px; - - .search-icon { - font-size: 30px; - color: black; - } - } - } .logo { display: flex; diff --git a/src/styles/components/_dashboard.scss b/src/styles/components/_dashboard.scss index 15c6f35..d245847 100644 --- a/src/styles/components/_dashboard.scss +++ b/src/styles/components/_dashboard.scss @@ -33,48 +33,6 @@ body { flex-direction: row; justify-content: space-between; - .input_box { - display: flex; - justify-content: center; - align-items: center; - position: relative; - height: 40px; - max-width: 350px; - width: 100%; - margin: 30px 30px; - border-radius: 25px; - box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); - - input { - position: relative; - width: 100%; - height: 100%; - padding: 0 15px 0 65px; - outline: none; - border: none; - border-radius: 25px; - font-size: 16px; - font-weight: 400; - color: #333; - } - - .search { - display: flex; - align-items: center; - justify-content: center; - position: absolute; - left: 0; - top: 0; - height: 100%; - width: 60px; - border-radius: 25px 0 0 25px; - - .search-icon { - font-size: 30px; - color: black; - } - } - } .logo { display: flex; diff --git a/src/styles/components/_parametre.scss b/src/styles/components/_parametre.scss index 72b4c18..3f2ef05 100644 --- a/src/styles/components/_parametre.scss +++ b/src/styles/components/_parametre.scss @@ -34,48 +34,6 @@ body { flex-direction: row; justify-content: space-between; - .input_box { - display: flex; - justify-content: center; - align-items: center; - position: relative; - height: 40px; - max-width: 350px; - width: 100%; - margin: 30px 30px; - border-radius: 25px; - box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.25); - - input { - position: relative; - width: 100%; - height: 100%; - padding: 0 15px 0 65px; - outline: none; - border: none; - border-radius: 25px; - font-size: 16px; - font-weight: 400; - color: #333; - } - - .search { - display: flex; - align-items: center; - justify-content: center; - position: absolute; - left: 0; - top: 0; - height: 100%; - width: 60px; - border-radius: 25px 0 0 25px; - - .search-icon { - font-size: 30px; - color: black; - } - } - } .logo { display: flex;