Created
October 30, 2014 01:06
-
-
Save starryeyez024/de142485034cb52f791f to your computer and use it in GitHub Desktop.
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-slider | |
| margin-bottom: 20px | |
| //.slick-dots li button, | |
| //.slick-prev, | |
| //.slick-next | |
| // background: $color-one | |
| .slick-prev | |
| left: 0 | |
| .slick-next | |
| right: 0 | |
| .slick-dots | |
| bottom: 15px | |
| left: 10px | |
| width: 15% | |
| text-align: left | |
| .slick-dots li | |
| margin: 0 1px | |
| .slick-dots li button:before | |
| position: absolute | |
| top: 0 | |
| left: 0 | |
| content: " " | |
| width: 12px | |
| height: 12px | |
| border-radius: 25px | |
| border: 2px solid $color-one | |
| .slick-dots li.slick-active button:before | |
| background: $color-one | |
| border: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment