This commit is contained in:
2026-02-23 10:33:07 +00:00
parent 8d4586fdf9
commit 168efb00e1
2 changed files with 14 additions and 1 deletions

View File

@@ -72,4 +72,17 @@ body {
padding: 8px 12px;
border-radius: 8px;
font-weight: bold;
}
.table tbody tr td {
vertical-align: middle;
padding: 12px 15px !important; /* Plus d'espace pour respirer */
border-bottom: 1px solid #f0f0f0;
}
.table thead th {
background-color: #f8f9fa;
text-transform: uppercase;
font-size: 0.75rem;
letter-spacing: 1px;
border: none;
}