|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|