diff --git a/WF-WebAdmin/WF-WebAdmin/wwwroot/css/site.css b/WF-WebAdmin/WF-WebAdmin/wwwroot/css/site.css index 389b97b..827f6af 100644 --- a/WF-WebAdmin/WF-WebAdmin/wwwroot/css/site.css +++ b/WF-WebAdmin/WF-WebAdmin/wwwroot/css/site.css @@ -227,35 +227,11 @@ p { color: red; } -table { - border-collapse: collapse; - width: 100%; -} - td { padding: 10px 20px; border: none; } -.boutons { - display: flex; - justify-content: space-between; - gap: 10px; -} - -.boutons button { - border: none; - background-color: transparent; - padding: 5px; - cursor: pointer; -} - -.boutons button img { - width: 24px; - height: 24px; - object-fit: contain; -} - .imageProfil { height: auto;