0.0.60 optimization

This commit is contained in:
2023-07-31 14:40:06 +03:00
parent 12e31a386c
commit 8114bd95a5
8 changed files with 270 additions and 328 deletions

View File

@@ -1149,11 +1149,10 @@ input#id_cargo_type{
width: 59%;
height: 280px;
display: inline-block;
}
.route_info_point {
width: 462px;
width: 96%;
height: 60px;
border-radius: 10px;
background: #F8F8F8;
@@ -1215,12 +1214,11 @@ button#remove_route {
height: 44px;
width: 285px;
}
.confirm_remove{
width: 43% !important;
button.confirm_remove{
width: 46% !important;
background: #ff0000a8;
border-radius: 10px;
color: white;
font-size: 18px;
font-style: normal;
font-weight: 600;
@@ -1229,11 +1227,10 @@ button#remove_route {
}
button.cancel_remove{
height: 44px;
width: 43%;
width: 45%;
background: #808080cc;
border-radius: 10px;
color: white;
font-size: 18px;
font-style: normal;
font-weight: 600;
}