Actualiser css/admin.css
This commit is contained in:
@@ -149,6 +149,25 @@ input[type="checkbox"]:checked::after { content: '✓'; color: var(--background)
|
||||
.modal-h { margin-bottom: 1.5rem; color: var(--text); font-size: 1.3rem; display: flex; align-items: center; gap: 0.6rem; border-bottom: 1px solid var(--border); padding-bottom: 0.8rem; }
|
||||
.modal-h i { color: var(--gold); }
|
||||
|
||||
/* Amélioration du scroll dans les modales */
|
||||
.modal::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
}
|
||||
|
||||
.modal::-webkit-scrollbar-track {
|
||||
background: var(--surface);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.modal::-webkit-scrollbar-thumb {
|
||||
background: var(--gold);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.modal::-webkit-scrollbar-thumb:hover {
|
||||
background: #e5c347;
|
||||
}
|
||||
|
||||
/* FORMULAIRES */
|
||||
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
|
||||
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
|
||||
|
||||
Reference in New Issue
Block a user