0.0.54 p search res
This commit is contained in:
27
static/v2/css/blocks/b_search_routes.css
Normal file
27
static/v2/css/blocks/b_search_routes.css
Normal file
@@ -0,0 +1,27 @@
|
||||
.b_search_routes {
|
||||
|
||||
--button-font-size: 18px;
|
||||
form{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, calc(33.3% - 72px)) 215px;
|
||||
align-items: end;
|
||||
gap: 5px;
|
||||
[data-type="location"] {
|
||||
&:first-of-type{
|
||||
.w_select_country_header{--select-border-radius: 10px 0 0 10px!important;}
|
||||
}
|
||||
.w_select_country_header{--select-border-radius: 0!important;}
|
||||
}
|
||||
.w_daterangepicker{
|
||||
--range-picker-border-radius: 0 10px 10px 0!important;
|
||||
}
|
||||
}
|
||||
button{
|
||||
padding: 17px 0;
|
||||
background: #FF613A;
|
||||
font-size: var(--button-font-size);
|
||||
font-weight: 600;
|
||||
margin: 0;
|
||||
height: calc(100% - 27px);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user