diff --git a/src/pages/Analyse.js b/src/pages/Analyse.js index 40b7bc8..34c4fd1 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/Connexion.js b/src/pages/Connexion.js index eb23f24..ed9e7c7 100644 --- a/src/pages/Connexion.js +++ b/src/pages/Connexion.js @@ -9,7 +9,7 @@ import Session from 'react-session-api'; const api = axios.create({ baseURL: 'http://localhost:8080' - }) +}) function Connexion() { const [theme, setTheme] = useState("light"); 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 bc02e28..7550f7e 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 50e9ba7..816073c 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 4ed35bd..0448126 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;