1.1.4 update rising and highlight my_routes

This commit is contained in:
2024-06-05 17:47:01 +03:00
parent d33278faff
commit f8d1de5d30
4 changed files with 39 additions and 12 deletions

View File

@@ -1322,6 +1322,7 @@
padding-left: 35px;
padding-right: 35px;
margin-bottom: 20px;
border-radius: 10px;
}
@@ -1384,6 +1385,9 @@
.container_inf_about_moving{
display: block;
width: 100%;
background: #F8F8F8;
padding: 5px;
border-radius: 10px;
}

View File

@@ -688,6 +688,10 @@ header .header-second {
display: inline-block;
}
.carrier-card.highlight-color{
background: linear-gradient(90deg, #FBED96 0%, #ABECD6 100%);
}
.control_frame{
display: none;
position: absolute;
@@ -2065,6 +2069,10 @@ button#raise_route {
background: #E6E6E6;
}
.edit_route.highlight-color{
background: #F8F8F8;
}
.edit_route.hide{
display: none;
}