0.0.136
This commit is contained in:
@@ -670,7 +670,6 @@
|
||||
/*p_results_find_route*/
|
||||
|
||||
.container_form_search_carrier{
|
||||
height: 120px;
|
||||
width: 100%;
|
||||
background: #FFF;
|
||||
box-shadow: -1px 4px 10px 0 rgba(198, 199, 203, 0.20), 0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
||||
@@ -680,18 +679,82 @@
|
||||
}
|
||||
|
||||
.container_form_search_carrier > form{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 98%;
|
||||
height: 98%;
|
||||
display: flex;
|
||||
padding: 20px 10px;
|
||||
padding: 2% 1%;
|
||||
}
|
||||
|
||||
.cont-el-form-search-carrier{
|
||||
flex-grow: 1;
|
||||
flex-shrink: 1;
|
||||
flex-basis: 0;
|
||||
}
|
||||
|
||||
.cont-el-form-search-carrier > button{
|
||||
width: 99%;
|
||||
border-radius: 10px;
|
||||
color: #FFFFFF;
|
||||
background: #FF613A;
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.cont-el-form-search-carrier > input{
|
||||
border:1px solid #E6E6E6;
|
||||
display: block;
|
||||
height: 60px;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
.cont-el-form-search-carrier.first > input{
|
||||
border:1px solid #E6E6E6;
|
||||
display: block;
|
||||
height: 60px;
|
||||
width: 99%;
|
||||
border-radius: 10px 0 0 10px;
|
||||
}
|
||||
|
||||
.cont-el-form-search-carrier.first > select{
|
||||
border:1px solid #E6E6E6;
|
||||
display: block;
|
||||
height: 60px;
|
||||
width: 99%;
|
||||
border-radius: 10px 0 0 10px;
|
||||
}
|
||||
|
||||
.cont-el-form-search-carrier.last > input{
|
||||
border:1px solid #E6E6E6;
|
||||
display: block;
|
||||
height: 60px;
|
||||
width: 99%;
|
||||
border-radius: 0 10px 10px 0;
|
||||
}
|
||||
|
||||
.cont-el-form-search-carrier.last > select{
|
||||
border:1px solid #E6E6E6;
|
||||
display: block;
|
||||
height: 62px;
|
||||
width: 99%;
|
||||
border-radius: 0 10px 10px 0;
|
||||
padding: 0;
|
||||
color: #272424;
|
||||
font-family: Inter;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
.cont-el-form-search-carrier > label{
|
||||
color: #27242499;
|
||||
padding-bottom: 10px;
|
||||
display: block;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.cont-el-form-search-carrier.last > label{
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.block-filters-find-route{
|
||||
|
||||
Reference in New Issue
Block a user