We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a481db7 commit b9755a8Copy full SHA for b9755a8
1 file changed
_sass/elements/_dropdown_filters.scss
@@ -263,7 +263,7 @@ a.clear-filter-tags {
263
//resize dropdown on tablet and mobile view
264
section.filter-content-container {
265
display: block;
266
- padding: 32px 16px;
+ padding: 0 16px 32px 16px;
267
// flex-direction: column;
268
}
269
// Hide applied filter tags in collapsed mobile toolbar
@@ -275,10 +275,10 @@ a.clear-filter-tags {
275
276
277
.filter-toolbar {
278
- background-color: $color-pink;
+ background-color: #f7f5f5;
279
position: sticky;
280
- padding: 0;
281
- top: 64px;
+ padding: 32px 0 0 0;
+ top: 40px;
282
z-index: 99;
283
284
0 commit comments