Actualiser css/admin.css
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user