1.0.0 upd view for my_routes

This commit is contained in:
2024-05-07 15:21:40 +03:00
parent 8ed567496b
commit 6ed5652f16
6 changed files with 38 additions and 8 deletions

View File

@@ -1980,7 +1980,7 @@ input#id_extra_phone
display: inline-block;
}
button#edit_route {
button#raise_route {
display: block;
height: 44px;
width: 100%;
@@ -1994,7 +1994,18 @@ button#edit_route {
line-height: 26px;
border-radius: 10px;
text-align: center;
margin-bottom: 5px;
margin-bottom: 10px;
}
.edit_route{
width: 68%;
height: 44px;
border-radius: 10px;
background: #E6E6E6;
}
.edit_route.hide{
display: none;
}
.button_remove_route {
@@ -2006,7 +2017,7 @@ button#edit_route {
.remove_route {
height: 44px;
width: 285px;
width: 30%;
color: rgba(39, 36, 36, 0.60);
}
.remove_route.hide{