Actualiser css/admin.css
This commit is contained in:
@@ -218,6 +218,32 @@ input[type="checkbox"]:checked::after { content: '✓'; color: var(--background)
|
||||
text-overflow: clip;
|
||||
}
|
||||
|
||||
.import-section {
|
||||
margin: 1rem 0;
|
||||
border: 2px dashed var(--border);
|
||||
border-radius: 8px;
|
||||
padding: 1rem;
|
||||
transition: 0.3s;
|
||||
background: var(--bg-alt);
|
||||
}
|
||||
|
||||
.import-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 1rem;
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.import-box:hover {
|
||||
border-color: var(--gold);
|
||||
}
|
||||
|
||||
.import-box i {
|
||||
font-size: 2rem;
|
||||
color: var(--gold);
|
||||
}
|
||||
|
||||
/* RESPONSIVE MOBILE */
|
||||
@media (max-width: 768px) {
|
||||
.admin-header { flex-direction: column; align-items: flex-start; }
|
||||
|
||||
Reference in New Issue
Block a user