diff --git a/src/pages/MailPourAdmin.js b/src/pages/MailPourAdmin.js
index c44542e..f7c38e6 100644
--- a/src/pages/MailPourAdmin.js
+++ b/src/pages/MailPourAdmin.js
@@ -84,9 +84,7 @@ const MailPourAdmin = () => {
{objetError === true?"L'objet est obligatoire":''}
{descriptionError === true?"La description est obligatoire":''}
-
+
diff --git a/src/styles/components/_analyse.scss b/src/styles/components/_analyse.scss
index 7550f7e..44b716f 100644
--- a/src/styles/components/_analyse.scss
+++ b/src/styles/components/_analyse.scss
@@ -1,5 +1,3 @@
-
-
body {
.page_analyse {
diff --git a/src/styles/components/_mailPourAdmin.scss b/src/styles/components/_mailPourAdmin.scss
index 8b55aee..228fcea 100644
--- a/src/styles/components/_mailPourAdmin.scss
+++ b/src/styles/components/_mailPourAdmin.scss
@@ -116,9 +116,23 @@ 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;
@@ -138,7 +152,6 @@ body {
justify-content: space-evenly;
margin: 13px;
width: auto;
- height: 40%;
background: rgba(255, 255, 255, 0.1);
border-radius: 15px;
@@ -195,7 +208,7 @@ body {
margin: 13px;
}
}
- }
+ }*/
}
}
}
\ No newline at end of file