Suppression css inutile

admin
remi.biette 5 years ago
parent 08f263e3c7
commit cbb507a70b

@ -4,6 +4,19 @@
margin: 0; margin: 0;
} }
body{
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
align-items: center;
}
h1{
font-size: 2em;
text-align: center;
margin-bottom: 3em;
}
.villeSelect, .villeText{ .villeSelect, .villeText{
box-sizing: border-box; box-sizing: border-box;
@ -20,12 +33,22 @@
width: 33%; width: 33%;
} }
body{ #supprimerEtape{
display: none;
}
#boutonEtape{
margin-top: 1.5em;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
flex-direction: row; flex-direction: row;
justify-content: center; justify-content: space-between;
align-items: center; }
#submit{
margin-top: 1em;
margin-left: 50%;
transform: translate(-50%);
} }
#formulaire{ #formulaire{
@ -35,29 +58,12 @@ body{
width: 40%; width: 40%;
} }
#enregistrer{
margin-top: 1em;
text-align: center;
}
h1{
text-align: center;
}
form{
margin-top: 3em;
}
.form{ .form{
box-sizing: border-box; box-sizing: border-box;
width: 55%; width: 55%;
margin-bottom: 0.7em; margin-bottom: 0.7em;
} }
#avatar{
border-style: none;
}
.button{ .button{
cursor: pointer; cursor: pointer;
font-weight: bold; font-weight: bold;
@ -68,22 +74,6 @@ form{
border: none; border: none;
} }
.button:hover{
background-color: rgb(48, 112, 20);
border-color: rgb(48, 112, 20);
}
.button:disabled{
cursor: not-allowed;
background-color: grey;
}
#submit{
margin-top: 1em;
margin-left: 50%;
transform: translate(-50%);
}
.line{ .line{
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
@ -92,11 +82,8 @@ form{
width: 100%; width: 100%;
} }
#error{
margin-bottom: 1em;
}
.error{ .error{
margin-top: 1em;
color: red; color: red;
text-align: center; text-align: center;
} }
@ -107,25 +94,3 @@ form{
width: 45%; width: 45%;
min-width: 8em; min-width: 8em;
} }
h1{
font-size: 2em;
}
button{
color: forestgreen;
border-color: forestgreen;
border-radius: 5em;
}
#supprimerEtape{
display: none;
}
#boutonEtape{
margin-top: 1.5em;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: space-between;
}

Loading…
Cancel
Save