0.0.127 bug fix cargo_type in create_new_route

This commit is contained in:
2023-09-04 19:09:09 +03:00
parent f2580cf766
commit 28504cbc45
4 changed files with 226 additions and 65 deletions

View File

@@ -1504,6 +1504,9 @@ input#id_extra_phone
height: 280px;
display: inline-block;
}
.route_info_about{
margin-bottom: 30px;
}
.route_info_point {
width: 96%;
@@ -1578,7 +1581,7 @@ input#id_extra_phone
button#edit_route {
display: block;
height: 44px;
width: 76%;
width: 98%;
background: #FF613A;
color: #FFF;
font-family: Inter;
@@ -1602,24 +1605,26 @@ button#remove_route {
width: 285px;
}
button.confirm_remove{
width: 46% !important;
width: 49% !important;
background: #ff0000a8;
border-radius: 10px;
color: white;
font-style: normal;
font-weight: 600;
margin-right: 3px;
padding: 5px 0px 5px 0px;
}
button.cancel_remove{
width: 46%;
width: 48%;
background: #808080cc;
border-radius: 10px;
color: white;
font-style: normal;
font-weight: 600;
padding: 5px 0px 5px 0px;
}