0.0.185 media 360px v.3.3

This commit is contained in:
2023-10-26 17:27:03 +03:00
parent 308e9c1df2
commit 47e39a1d9c
3 changed files with 34 additions and 4 deletions

View File

@@ -35,7 +35,12 @@
border-bottom: 2px solid #E6E6E6;
}
.abbreviation_airport_in_search{
float: left;
border-top: 2px solid #E6E6E6;
border-right: 2px solid #E6E6E6;
border-bottom: 2px solid #E6E6E6;
height: 95%;
width: 33%;
}
.from_address_point_txt.find_route.first{
border-radius: 10px 0 0 0;
@@ -44,6 +49,28 @@
border-left: 2px solid #E6E6E6;
}
.to_address_point_txt.find_route{
float: left;
border-top: 2px solid #E6E6E6;
border-left: 2px solid #E6E6E6;
border-bottom: 2px solid #E6E6E6;
}
.cont-el-form-search-carrier > input{
border: 2px solid #E6E6E6;
width: 90%;
}
.cont-el-form-search-carrier.last > select{
width: 97.5%;
border-radius: 0 0 10px 10px;
border: 2px solid #E6E6E6;
}
.daterangepicker{
width: 305px;
}
.cont-el-form-search-carrier > button{
width: 97%;
}
.button_profile_header{
display: none;