This commit is contained in:
SDE
2023-08-01 17:01:49 +03:00
parent ff008bfc7d
commit 7d743652c0
7 changed files with 68 additions and 322 deletions

View File

@@ -1175,18 +1175,44 @@ input#id_cargo_type{
margin: 10px;
}
.route_info_point>span{
.route_info_point > div > span{
float: right;
font-family: Inter, serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
width: 50%;
text-align: left;
}
.route_info_point > div > div{
float: left;
width: 50%;
text-align: right;
font-family: Inter, serif;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 22px;
}
.route_info_point>div{
border: 2px solid #FF613A;
width: 20px;
.route_info_point > div{
width: 100%;
height: 20px;
top: 30%;
position: relative;
padding-left: 17px;
}
.route_info_point > div > div > div{
border: 1px solid #FF613A;
width: 20px;
display: inline-block;
margin-right: 5px;
margin-bottom: 4px;
}
.route_info_about>span:first-child{
background: url("/static/img/png/Tag.png") left center no-repeat;