This commit is contained in:
2023-08-14 15:14:33 +03:00
parent 24f26dd0ea
commit 12213d83c4
4 changed files with 51 additions and 10 deletions

View File

@@ -679,6 +679,21 @@
border-radius: 10px;
}
.container_form_search_carrier > form{
width: 100%;
height: 100%;
display: flex;
padding: 20px 10px;
}
.cont-el-form-search-carrier{
flex-grow: 1;
}
.cont-el-form-search-carrier > input{
border:1px solid #E6E6E6;
}
.block-filters-find-route{
min-height: 660px;
background: #FFFFFF;