diff --git a/src/assets/css/_bootstrap.scss b/src/assets/css/_bootstrap.scss index 82f9ff7..adc82d3 100644 --- a/src/assets/css/_bootstrap.scss +++ b/src/assets/css/_bootstrap.scss @@ -33,7 +33,7 @@ // @import 'bootstrap/scss/list-group'; @import 'bootstrap/scss/modal'; @import 'bootstrap/scss/navbar'; -// @import 'bootstrap/scss/offcanvas'; +@import 'bootstrap/scss/offcanvas'; // @import 'bootstrap/scss/pagination'; // @import 'bootstrap/scss/placeholders'; // @import 'bootstrap/scss/popover'; diff --git a/src/assets/css/main.scss b/src/assets/css/main.scss index 41f2d50..7adcc4b 100644 --- a/src/assets/css/main.scss +++ b/src/assets/css/main.scss @@ -57,7 +57,7 @@ Navbar & Icons -------------------------------------------------- */ .navbar { - background-color: hsl(358, 71%, 48%) !important; + background-color: var(--bs-danger) !important; } .sticky-top { @@ -245,6 +245,7 @@ $tiers: ( .rarity-icon-large svg, .set-icon svg { width: 2.5rem; + z-index: 999; } .rarity-icon-large svg, @@ -252,6 +253,18 @@ $tiers: ( margin-bottom: -0.25rem; } +.filter-icon svg { + width: 2rem; + fill: rgba(255,255,255,0.87); + stroke: rgba(255,255,255,0.87); +} + +.search-button { + width: 2rem; + fill: rgba(255,255,255,0.87); + stroke: rgba(255,255,255,0.87); +} + .energy-icon svg { margin-top: -0.25rem; margin-right: -0.25rem; @@ -374,7 +387,7 @@ $tiers: ( } .facet-list { - max-height: 240px; + max-height: 185px; overflow-y: auto; } diff --git a/src/components/CardGrid.astro b/src/components/CardGrid.astro index 1417d69..56c3bdd 100644 --- a/src/components/CardGrid.astro +++ b/src/components/CardGrid.astro @@ -1,20 +1,27 @@ --- --- - -
- This single-page web applictation is currently in a closed beta. Access to the beta will be limited, and the selection process will be highly curated. You are welcome to request access - if you do not get into the beta, don't worry, after the beta is complete, the app will be available to all users.
+ This single-page web application is currently in a closed beta. Access to the beta will be limited, and the selection process will be highly curated. You are welcome to request access - if you do not get into the beta, don't worry, after the beta is complete, the app will be available to all users.If you would like to join the waitlist, please enter your email address. You will receive an email with instructions on how to access the app when it becomes available. @@ -25,7 +25,7 @@ import { Waitlist as WaitlistAstro } from '@clerk/astro/components' If you aren't interested in joining the waitlist, that is okay too! Feel free to play "Who's that Pokémon?" with the random Pokémon generator here. Refresh the page to see a new Pokémon!