Actualiser css/admin.css

This commit is contained in:
2026-06-22 14:32:31 +02:00
parent 484bf73570
commit 2d7c4709ee
-2
View File
@@ -118,8 +118,6 @@ input[type="checkbox"]:checked::after { content: '✓'; color: var(--background)
.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; }
.modal h3 { white-space: nowrap; overflow: visible; text-overflow: clip; }
.import-section { margin: 1.5rem 0; padding: 1.5rem; background: var(--surface); border: 1px solid var(--border); border-radius: 12px; }
.import-section h3 { margin: 0 0 0.5rem 0; font-size: 1.1rem; color: var(--text); display: flex; align-items: center; gap: 0.5rem; }
.import-section h3 i { color: var(--gold); }