mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
starred content
This commit is contained in:
parent
a920217959
commit
baa41f707d
19 changed files with 159 additions and 22 deletions
|
@ -196,7 +196,7 @@
|
|||
}
|
||||
|
||||
&.is_menu_target {
|
||||
.route-row {
|
||||
.route-row, .route-row-fav {
|
||||
transform: translateX(-120px);
|
||||
}
|
||||
|
||||
|
@ -222,6 +222,7 @@
|
|||
overflow: hidden;
|
||||
transition: height 500ms;
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
||||
&.has_menu {
|
||||
padding-right: 32px;
|
||||
|
@ -285,6 +286,21 @@
|
|||
}
|
||||
}
|
||||
|
||||
.route-row-fav {
|
||||
width: 32px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
fill: fade(white, 30%);
|
||||
background: fade(white, 5%);
|
||||
cursor: pointer;
|
||||
transition: background 250ms, transform 500ms;
|
||||
|
||||
&:hover {
|
||||
background: fade(white, 10%);
|
||||
}
|
||||
}
|
||||
|
||||
.route-row-edit-menu {
|
||||
width: 0;
|
||||
height: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue