modification page comtpe

master
Clément VERDOIRE 3 years ago
parent 7c94596821
commit 7d15d90870

@ -207,6 +207,19 @@ body {
.bouton_submit {
display: flex;
.bouton_modifierNom {
width: 100px;
height: 25px;
background-color: rgb(190, 189, 189);
border-radius: 5px;
border-radius: 5px;
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
&:hover{
background-color: lightgrey;
}
}
}
}
}

Loading…
Cancel
Save