0.0.36
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user