Created
July 20, 2017 15:12
-
-
Save mustafix/54638d2de54034e3edeb2960affc9178 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
/*mrm-button */ | |
div.owl-carousel.mrm-button {} | |
div.owl-carousel.mrm-button div.owl-controls {} | |
div.owl-carousel.mrm-button div.owl-controls div.owl-pagination{} | |
div.owl-carousel.mrm-button div.owl-controls div.owl-pagination div {} | |
div.owl-carousel.mrm-button div.owl-controls div.owl-pagination div.owl-page:hover, div.owl-carousel.mrm-button div.owl-controls div.owl-pagination div.active {} | |
/* | |
$(".client-carousel").owlCarousel({ | |
singleItem:true, | |
theme: "mrm-angle-paged", | |
pagination:true , | |
navigation:false, | |
slideSpeed : 1200, | |
paginationSpeed : 1000, | |
autoPlay:true, | |
}); | |
*/ | |
/*mrm-angle*/ | |
div.owl-carousel.mrm-angle {} | |
div.owl-carousel.mrm-angle div.owl-controls {} | |
div.owl-carousel.mrm-angle div.owl-controls div.owl-buttons {} | |
div.owl-carousel.mrm-angle div.owl-controls div.owl-buttons div {} | |
div.owl-carousel.mrm-angle div.owl-controls div.owl-buttons div:hover{} | |
div.owl-carousel.mrm-angle div.owl-controls div.owl-buttons div.owl-prev {} | |
div.owl-carousel.mrm-angle div.owl-controls div.owl-buttons div.owl-next {} | |
div.owl-carousel.mrm-angle div.owl-controls div.owl-buttons div i {} | |
div.owl-carousel.mrm-angle div.owl-controls div.owl-buttons div i .fa-angle-left{} | |
div.owl-carousel.mrm-angle div.owl-controls div.owl-buttons div i .fa-angle-right{} | |
/* | |
$(".client-carousel").owlCarousel({ | |
singleItem:false, | |
items:4, | |
theme: "mrm-angle", | |
pagination:false , | |
navigation:true, | |
slideSpeed : 1200, | |
paginationSpeed : 1000, | |
autoPlay:true, | |
navigationText :["<i class='fa fa-angle-left'></i>","<i class='fa fa-angle-right'></i>"] | |
}); | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment