From 15392ab08aaec7dbed32ac243889ad3ada297a86 Mon Sep 17 00:00:00 2001 From: tomivt Date: Sat, 8 Feb 2025 22:37:19 +0100 Subject: [PATCH] Code Smells from wwwroot/css --- WF-WebAdmin/WF-WebAdmin/wwwroot/css/site.css | 24 -------------------- 1 file changed, 24 deletions(-) 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;