css file in below
Created
May 6, 2022 09:54
-
-
Save siumhossain/54cab6ec8db3f14b4c0979bf5ad5c2ca to your computer and use it in GitHub Desktop.
vue slick carousel css file config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .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; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment