Skip to content

Commit 6181a5c

Browse files
committed
quest hardware and mobile filter bar
1 parent 55bfc1c commit 6181a5c

File tree

15 files changed

+21
-6
lines changed

15 files changed

+21
-6
lines changed

assets/css/main.css

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,7 +2407,7 @@ input, select, textarea {
24072407
background-color: var(--primary);
24082408
}
24092409

2410-
/* ---- Button-Group ---- */
2410+
/* ---- Filters Button-Group ---- */
24112411

24122412
/* ui group */
24132413

@@ -2417,7 +2417,6 @@ input, select, textarea {
24172417

24182418
.ui-group .button-group {
24192419
display: inline-block;
2420-
margin-right: 1.5em;
24212420
}
24222421

24232422
.button-group:after {
@@ -2432,6 +2431,7 @@ input, select, textarea {
24322431
margin-left: 0;
24332432
margin-right: 1px;
24342433
padding: 0 2em;
2434+
letter-spacing: normal;
24352435
}
24362436

24372437
.button-group .button:first-child { border-radius: 3.75em 0 0 3.75em; }
@@ -2446,10 +2446,23 @@ input, select, textarea {
24462446
}
24472447
}
24482448

2449-
@media screen and (max-width: 425px) {
2450-
.filters {
2451-
display: none;
2449+
@media screen and (max-width: 768px) {
2450+
.filters.wrapper.style1 > .inner {
2451+
padding: 2rem 2rem 0rem 2rem;
2452+
}
2453+
.ui-group {
2454+
display: inline-flex;
2455+
flex-wrap: wrap;
24522456
}
2457+
2458+
.button-group > .button {
2459+
margin: .125rem;
2460+
padding: 0 1rem;
2461+
letter-spacing: normal;
2462+
}
2463+
2464+
.button-group .button:first-child { border-radius: 0; }
2465+
.button-group .button:last-child { border-radius: 0; }
24532466
}
24542467

24552468
/* Form */

assets/db/allproducts.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

hardware.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
<button class="button" data-filter=".Ripstop-by-the-Roll">Ripstop by the Roll</button>
7272
<button class="button" data-filter=".Mozet-Supplies">Mozet Supplies</button>
7373
<button class="button" data-filter=".adventurexpert">AdventurExpert</button>
74+
<button class="button" data-filter=".quest">Quest Outfitters</button>
7475
</div>
7576
</div>
7677
</br>
@@ -81,6 +82,7 @@
8182
<button class="button" data-filter=".metal">Metal</button>
8283
</div>
8384
</div>
85+
</br>
8486
<div class="ui-group">
8587
<div class="button-group" data-filter-group="kind">
8688
<button class="button primary is-checked" data-filter="">Any</button>
32.1 KB
Loading
26 KB
Loading
12.4 KB
Loading
21.8 KB
Loading
23.5 KB
Loading

images/hardware/quest/jetll.jpg

33.7 KB
Loading
25.1 KB
Loading

0 commit comments

Comments
 (0)