FestinHegre/public/css/GestionUtilisateurs/GestionUtilisateurs.css

11 lines
320 B
CSS
Raw Permalink Normal View History

2024-12-05 14:07:11 +01:00
#container_modal {
2024-11-21 17:39:43 +01:00
background-color: white;
margin-left: 20%; /* Centrage vertical */
margin-top: 5%;
padding: 20px;
border: 1px solid black;
width: 75%; /* Largeur du contenu de la modal */
height: 100%; /* Hauteur du contenu de la modal */
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}