This commit is contained in:
2023-08-16 15:15:17 +03:00
parent 66c142a4d6
commit 0acfaca8f6
8 changed files with 227 additions and 16 deletions

View File

@@ -699,9 +699,10 @@
border-left: 1px solid #E6E6E6;
display: block;
height: 97%;
width: 73%;
width: 63%;
border-radius: 0;
float: left;
padding: 0 5%;
}
@@ -720,6 +721,8 @@
.container_inp_w_abr{
height: 66%;
width: 98%;
position: relative;
}
.cont-el-form-search-carrier > button{
@@ -734,7 +737,7 @@
border: 1px solid #E6E6E6;
display: block;
height: 20px;
width: 89%;
width: 88%;
padding: 20px 10px;
}
@@ -1292,6 +1295,7 @@
text-align: center;
width: 100%;
color: #272424;
margin-bottom: 20px;
}
.method_transport{
@@ -1304,6 +1308,37 @@
position: absolute;
}
.method_transport_inp{
.methods_transportation_form_filters{
margin-bottom: 20px;
}
.title_el_methods_transportation{
font-size: 16px;
color: #272424;
font-weight: 500;
margin-bottom: 15px;
}
.select_form_filters_find_route{
width: 100%;
margin-top: 10px;
}
.select_form_filters_find_route:focus-visible{
outline: none;
}
.insert-airports-place{
background: #919BA5;
width: 100%;
display: block;
height: 200px;
overflow-y: auto;
position: absolute;
top: 62px;
border-radius: 0 0 10px 10px;
z-index: 10;
display: none;
}
.insert-airports-place.show{
display: block;
}