Archive added
This commit is contained in:
parent
01a38ba145
commit
467f405f32
3 changed files with 97 additions and 25 deletions
20
styles.css
20
styles.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue