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; border-bottom: 2px solid #E6E6E6;
} }
.abbreviation_airport_in_search{ .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{ .from_address_point_txt.find_route.first{
border-radius: 10px 0 0 0; border-radius: 10px 0 0 0;
@@ -44,6 +49,28 @@
border-left: 2px solid #E6E6E6; 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{ .button_profile_header{
display: none; display: none;

View File

@@ -957,6 +957,9 @@
height: 20px; height: 20px;
width: 88%; width: 88%;
padding: 20px 10px; padding: 20px 10px;
background: url(/static/img/svg/Calendar.svg) white 50%;
background-repeat: no-repeat;
background-position: right 5% bottom 45%;
} }
@@ -999,9 +1002,9 @@
.abbreviation_airport_in_search{ .abbreviation_airport_in_search{
display: inline-block; display: inline-block;
float: right; float: left;
width: 29%; width: 29%;
height: 95%; height: 97%;
border-top: 1px solid #E6E6E6; border-top: 1px solid #E6E6E6;
border-right: 1px solid #E6E6E6; border-right: 1px solid #E6E6E6;
border-bottom: 1px solid #E6E6E6; border-bottom: 1px solid #E6E6E6;

View File

@@ -2521,7 +2521,7 @@ details[open] summary ~ *{
/*news_block_main_page*/ /*news_block_main_page*/
.news_block_main { .news_block_main {
display: flex; display: flex;
margin: 0 80px 120px 80px; /*margin: 0 80px 120px 80px;*/
justify-content: space-between; justify-content: space-between;
flex-wrap: wrap; flex-wrap: wrap;