0.8.379
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
}
|
||||
|
||||
.block_overlay.n_profile{
|
||||
height: 100%;
|
||||
height: 105%;
|
||||
width: 100%;
|
||||
/*background: rgba(39, 53, 62, 0.7);*/
|
||||
backdrop-filter: blur(6px);
|
||||
@@ -978,11 +978,32 @@
|
||||
width: calc(100% - 35px);
|
||||
}
|
||||
|
||||
.to_address_point_txt.post_route.w_100{
|
||||
border: 1px solid #E6E6E6;
|
||||
width: calc(100% - 35px);
|
||||
border-radius: 15px;
|
||||
}
|
||||
|
||||
.from_address_point_txt.find_route.first.w_100{
|
||||
width: calc(100% - 35px);
|
||||
border-right: 1px solid #E6E6E6;
|
||||
}
|
||||
|
||||
.from_address_point_txt.post_route.first.w_100{
|
||||
width: calc(100% - 35px);
|
||||
border-right: 1px solid #E6E6E6;
|
||||
}
|
||||
|
||||
.to_address_point_txt.post_route.first.w_100{
|
||||
width: calc(100% - 35px);
|
||||
border-right: 1px solid #E6E6E6;
|
||||
}
|
||||
|
||||
.to_address_point_txt.post_route.first.w_100{
|
||||
width: calc(100% - 35px);
|
||||
border-right: 1px solid #E6E6E6;
|
||||
}
|
||||
|
||||
.to_address_point_txt.find_route.w_100{
|
||||
border: 1px solid #E6E6E6;
|
||||
width: calc(100% - 35px);
|
||||
@@ -1009,6 +1030,46 @@
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.to_address_point_txt.post_route{
|
||||
display: block;
|
||||
border-left: 1px solid #E6E6E6;
|
||||
border-top: 1px solid #E6E6E6;
|
||||
border-right: 0;
|
||||
border-bottom: 1px solid #E6E6E6;
|
||||
color: #272424;
|
||||
font-family: Inter;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
appearance: none;
|
||||
margin-top: 10px;
|
||||
height: 20px;
|
||||
border-radius: 15px 0 0 15px;
|
||||
padding: 20px 15.2px;
|
||||
width: calc(100% - 95px);
|
||||
}
|
||||
|
||||
.from_address_point_txt.post_route{
|
||||
display: block;
|
||||
border-left: 1px solid #E6E6E6;
|
||||
border-top: 1px solid #E6E6E6;
|
||||
border-right: 0;
|
||||
border-bottom: 1px solid #E6E6E6;
|
||||
color: #272424;
|
||||
font-family: Inter;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 22px;
|
||||
appearance: none;
|
||||
margin-top: 10px;
|
||||
height: 20px;
|
||||
border-radius: 15px 0 0 15px;
|
||||
padding: 20px 15.2px;
|
||||
width: calc(100% - 95px);
|
||||
}
|
||||
|
||||
.input_list.find_route{
|
||||
width: 100%;
|
||||
/* display: block; */
|
||||
@@ -1112,6 +1173,10 @@
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.abbreviation_airport_in_search.post_route{
|
||||
float: right;
|
||||
}
|
||||
|
||||
.abbreviation_airport_in_search.hide{
|
||||
display: none;
|
||||
}
|
||||
@@ -2293,6 +2358,20 @@
|
||||
height: 695px;
|
||||
}
|
||||
|
||||
.cut_width_f_curtain.n_profile{
|
||||
position: fixed;
|
||||
min-width: 1280px;
|
||||
}
|
||||
|
||||
.cut_width_f_curtain.close{
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
.cut_width_f_curtain.open{
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
|
||||
.cut_width_f_curtain.left{
|
||||
max-width: 1280px;
|
||||
text-align: -webkit-right;
|
||||
@@ -2391,6 +2470,7 @@
|
||||
}
|
||||
|
||||
|
||||
|
||||
.menu_buttons.left.open{
|
||||
left: 0;
|
||||
transition: 200ms;
|
||||
@@ -2679,9 +2759,9 @@
|
||||
|
||||
}
|
||||
|
||||
.block_overlay.show.routes{
|
||||
display: none;
|
||||
}
|
||||
/*.block_overlay.show.routes{*/
|
||||
/* display: none;*/
|
||||
/*}*/
|
||||
|
||||
.menu_buttons.left.close.filters{
|
||||
width: 294px;
|
||||
|
||||
Reference in New Issue
Block a user