This commit is contained in:
2023-08-04 16:15:54 +03:00
parent 139cf7eed1
commit dcead848c2
4 changed files with 99 additions and 0 deletions

View File

@@ -26,6 +26,10 @@
margin: auto;
}
.clear_both{
clear: both;
}
/**/
.title-profile-cont{
@@ -672,4 +676,57 @@
.block-filters-find-route{
min-height: 660px;
background: #FFFFFF;
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
width: 30%;
float: left;
}
.block-finded-routes{
width: 68%;
float: right;
/*display: inline-block;*/
}
.carrier-card{
width: 100%;
/*height: 830px;*/
background: #FFFFFF;
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
margin-bottom: 20px;
border-radius: 10px;
padding: 20px;
}
.left-part-carrier-card{
width: 70%;
float: left;
}
.first-line-card-carrier{
margin-bottom: 20px;
}
.carrier-title{
font-size: 20px;
font-weight: 500;
color: #272424;
width: 50%;
float: left;
text-align: left;
display: block;
}
.type_transportation_carrier{
width: 50%;
float: right;
text-align: -webkit-right;
display: block;
}
.from-to-country-container-carrier{
width: 90%;
margin: auto;
background: #F8F8F8;
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
}