Skip to content

Commit

Permalink
Move class to module
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbcapps committed Aug 9, 2022
1 parent 987787b commit 59058b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
11 changes: 11 additions & 0 deletions src/components/NewsCarousel/NewsCarousel.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
8 changes: 0 additions & 8 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 59058b9

Please sign in to comment.