0.0.205 Boris, please read my comments in 2 files

This commit is contained in:
2023-11-08 13:51:13 +03:00
parent 400621572f
commit 775ffe42d7
2 changed files with 30 additions and 8 deletions

View File

@@ -546,9 +546,10 @@
display: block;
}
.block_overlay.show{
display: block;
}
/* .block_overlay.show{*/
/* display: block;*/
/*}*/
/*этот стиль перекрывал блок диалога в сообщения блюром*/
.text_f_curtain{
display: inline-block;
@@ -669,8 +670,27 @@
}
/*END profile_prof*/
/*create_route*/
select#id_type_transport{
width: unset;
background: white;
}
.departure_arrival>div:first-child, .from_to_place>div:first-child, .from_to_country>div:first-child, .phone>div:first-child{
width: unset;
float: none;
}
.departure_arrival>div:nth-child(2), .from_to_place>div:nth-child(2), .from_to_country>div:nth-child(2){
width: unset;
float: none;
}
/*END create_route*/
}
@media (max-width: 992px) {
.benefit_img>img{
display: none;