Mise a niveau

master
Clément VERDOIRE 3 years ago
parent fde99e6195
commit 4a25f1263f

@ -84,9 +84,7 @@ const MailPourAdmin = () => {
<p>{objetError === true?"L'objet est obligatoire":''}</p> <p>{objetError === true?"L'objet est obligatoire":''}</p>
<p>{descriptionError === true?"La description est obligatoire":''}</p> <p>{descriptionError === true?"La description est obligatoire":''}</p>
<div className="submit"> <div className="submit">
<button className="button" type="submit"> <button className="button" type="submit">Envoyer</button>
Envoyer
</button>
</div> </div>
</div> </div>
</form> </form>

@ -1,5 +1,3 @@
body { body {
.page_analyse { .page_analyse {

@ -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; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-evenly; justify-content: space-evenly;
@ -138,7 +152,6 @@ body {
justify-content: space-evenly; justify-content: space-evenly;
margin: 13px; margin: 13px;
width: auto; width: auto;
height: 40%;
background: rgba(255, 255, 255, 0.1); background: rgba(255, 255, 255, 0.1);
border-radius: 15px; border-radius: 15px;
@ -195,7 +208,7 @@ body {
margin: 13px; margin: 13px;
} }
} }
} }*/
} }
} }
} }
Loading…
Cancel
Save