Archive added

This commit is contained in:
marijo 2026-06-29 08:12:46 +00:00
parent 01a38ba145
commit 467f405f32
3 changed files with 97 additions and 25 deletions

View file

@ -336,6 +336,26 @@ textarea:focus {
background: var(--danger-dark);
}
.archive-section {
margin-top: 1rem;
}
.archive-section > summary {
padding: 0.85rem 0.2rem;
color: var(--muted);
font-weight: 800;
cursor: pointer;
list-style-position: inside;
}
.archived-routes-list {
margin-top: 0.5rem;
}
.archived-routes-list .route-card {
opacity: 0.82;
}
.empty-state {
padding: 1.5rem 1rem;
text-align: center;