Archive added
This commit is contained in:
parent
467f405f32
commit
4ac3380218
2 changed files with 30 additions and 2 deletions
|
|
@ -222,9 +222,14 @@ textarea:focus {
|
|||
}
|
||||
|
||||
.route-card {
|
||||
position: relative;
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.route-card.menu-open {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.route-image {
|
||||
min-height: 130px;
|
||||
background-position: center;
|
||||
|
|
@ -356,6 +361,10 @@ textarea:focus {
|
|||
opacity: 0.82;
|
||||
}
|
||||
|
||||
.archived-routes-list .route-card.menu-open {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.empty-state {
|
||||
padding: 1.5rem 1rem;
|
||||
text-align: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue