FestinHegre/public/css/GestionUtilisateurs/GestionUtilisateurs.css
2025-03-24 14:50:57 +01:00

14 lines
376 B
CSS

#container_modal {
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);
}
html{
font-family: "Quicksand Light"; !important;
}