Skip to content

Instantly share code, notes, and snippets.

@siumhossain
Created May 6, 2022 09:54
Show Gist options
  • Save siumhossain/54cab6ec8db3f14b4c0979bf5ad5c2ca to your computer and use it in GitHub Desktop.
Save siumhossain/54cab6ec8db3f14b4c0979bf5ad5c2ca to your computer and use it in GitHub Desktop.
vue slick carousel css file config
.slick-dots li.slick-active button:before {
opacity: 0.75;
color: #00aced;
}
.slick-dots li button:before {
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: 0.25;
color: red;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

file location: location : node_modules/vue-slick-carousel/dist/vue-slick-carousel-theme.css

css file in below

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment