From 59058b93727689c3389968a22f6c510fb92c8648 Mon Sep 17 00:00:00 2001 From: Jacob Capps Date: Tue, 9 Aug 2022 17:02:34 -0500 Subject: [PATCH] Move class to module --- src/components/NewsCarousel/NewsCarousel.module.scss | 11 +++++++++++ src/styles/index.scss | 8 -------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/components/NewsCarousel/NewsCarousel.module.scss b/src/components/NewsCarousel/NewsCarousel.module.scss index 5fc04e338..e36fd17cf 100644 --- a/src/components/NewsCarousel/NewsCarousel.module.scss +++ b/src/components/NewsCarousel/NewsCarousel.module.scss @@ -23,6 +23,17 @@ color: transparent !important; } } + + > :global(.slick-dots + li.slick-active + div.news-carousel-container + button::before) { + color: transparent !important; + background: #112548; + width: 16.17px; + height: 16px; + border-radius: 50px; + } } .carouselArrow { diff --git a/src/styles/index.scss b/src/styles/index.scss index 3b5544f4f..e2ba5e180 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -11,11 +11,3 @@ body, #__next { min-height: 100vh; } - -.slick-dots li.slick-active div.news-carousel-container button::before { - color: transparent !important; - background: #112548; - width: 16.17px; - height: 16px; - border-radius: 50px; -}