Amélioration page parametre

master
Clément VERDOIRE 3 years ago
parent 3d2039dd87
commit b359dfd503

@ -197,6 +197,10 @@
height: 25%; height: 25%;
border-bottom: 1px solid black; border-bottom: 1px solid black;
.text_one_milieu {
margin-top: 8px;
}
.bouton_submit { .bouton_submit {
display: flex; display: flex;
margin-left: 30px; margin-left: 30px;
@ -226,6 +230,10 @@
padding: 9px; padding: 9px;
height: 25%; height: 25%;
.text_one_milieu {
margin-top: 8px;
}
.bouton_submit { .bouton_submit {
display: flex; display: flex;
margin-left: 30px; margin-left: 30px;
@ -305,7 +313,7 @@
width: 18px; width: 18px;
height: 18px; height: 18px;
border-radius: 20px; border-radius: 20px;
top: 12%; top: 15%;
left: 10%; left: 10%;
background-color: white; background-color: white;
transform: scale(1.1); transform: scale(1.1);
@ -314,7 +322,7 @@
} }
input:checked[type="checkbox"]:before { input:checked[type="checkbox"]:before {
left: 27px; left: 20px;
} }
} }
} }

Loading…
Cancel
Save