0.0.58 upd route_info

This commit is contained in:
2023-07-29 17:50:32 +03:00
parent 12b97c1f61
commit d3a4539305
11 changed files with 174 additions and 61 deletions

View File

@@ -1118,10 +1118,16 @@ input#id_cargo_type{
width: 50%;
}
.errorlist.hide {
display: none;
}
/*my routes*/
.my_route{
width: 100%;
height: 296px;
background-color: White;
border-radius: 10px;
margin: 2% 0 0 0;
@@ -1129,16 +1135,85 @@ input#id_cargo_type{
}
.route_info{
vertical-align: top;
border-style: inset;
border-width: 1px;
border-color: transparent #F8F8F8 transparent transparent;
width: 59%;
float: left;
height: 280px;
display: inline-block;
}
.route_info_about>span:first-child{
background: url("/static/img/png/Tag.png") left center no-repeat;
margin: 0 20px 0 20px;
padding-left: 15px;
}
.route_info_about>span:nth-child(2){
background: url("/static/img/png/Scales.png") left center no-repeat;
padding-left: 20px;
}
.route_info_about>span:last-child{
background: url("/static/img/png/Airplane.png") left center no-repeat;
float: right;
margin-right: 20px;
padding-left: 15px;
}
.route_contact{
width: 40%;
float: right;
display: inline-block;
}
/*my routes*/
#edit_route {
display: block;
height: 44px;
width: 285px;
background: #FF613A;
color: #FFF;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 600;
text-decoration: none;
line-height: 26px;
border-radius: 10px;
text-align: center;
margin-bottom: 5px;
}
.button_remove_route {
display: inline-block;
}
button#remove_route {
height: 44px;
width: 285px;
}
.confirm_remove{
width: 43% !important;
background: #ff0000a8;
border-radius: 10px;
color: white;
font-size: 18px;
font-style: normal;
font-weight: 600;
}
button.cancel_remove{
height: 44px;
width: 43%;
background: #808080cc;
border-radius: 10px;
color: white;
font-size: 18px;
font-style: normal;
font-weight: 600;
}
/*my routes END*/