From 2f350ede0e0a237fedd334c8bf5fd240354e4089 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Fri, 11 Mar 2022 01:15:45 -0800 Subject: [PATCH] Add check icon and update global css --- public/icons/Check.svg | 3 +++ styles/globals.scss | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 public/icons/Check.svg diff --git a/public/icons/Check.svg b/public/icons/Check.svg new file mode 100644 index 00000000..c7a39629 --- /dev/null +++ b/public/icons/Check.svg @@ -0,0 +1,3 @@ + + + diff --git a/styles/globals.scss b/styles/globals.scss index 5f7e84fa..23837dbf 100644 --- a/styles/globals.scss +++ b/styles/globals.scss @@ -327,6 +327,16 @@ i.tag { text-transform: uppercase; } +.infinite-scroll-component { + overflow: hidden !important; +} + +.SearchFilterBar { + display: flex; + gap: $unit; + padding: 0 ($unit * 3); +} + @keyframes openModal { 0% { opacity: 0;