Actualiser css/admin.css

This commit is contained in:
2026-06-21 12:57:14 +02:00
parent 235b7e23b7
commit 07304b04e4
+23
View File
@@ -92,6 +92,29 @@ input[type="checkbox"]:checked::after { content: '✓'; color: var(--background)
.import-box i { font-size: 2.5rem; color: var(--gold); margin-bottom: 0.5rem; display: block; }
.security-banner { background: rgba(255, 71, 87, 0.1); border: 1px solid rgba(255, 71, 87, 0.3); color: #ff4757; padding: 1rem 1.5rem; border-radius: 8px; margin-bottom: 2rem; display: flex; justify-content: space-between; align-items: center; }
.admin-table {
table-layout: fixed; /* Force les colonnes à respecter les largeurs du HTML */
}
.thumb, .thumb-ph {
width: 45px;
height: 65px;
object-fit: cover;
border-radius: 6px;
border: 1px solid var(--border);
display: block;
margin: 0 auto;
}
.thumb-ph {
background: var(--surface);
display: flex;
align-items: center;
justify-content: center;
color: var(--muted);
font-size: 1.5rem;
}
/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
.admin-header { flex-direction: column; align-items: flex-start; }