1 changed files with 18 additions and 0 deletions
@ -0,0 +1,18 @@
|
||||
/*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; |
||||
} |
||||
Loading…
Reference in new issue