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;