You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
278 B

/*mobile search facets*/
.region--sidebar {
.block {
display: none;
}
}
#toggle-facets {
background-color: #007bff;
color: white;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
}
#toggle-facets:hover {
background-color: #0056b3;
}