Created
March 25, 2015 18:03
-
-
Save davebonds/a5423c386025d069e128 to your computer and use it in GitHub Desktop.
Basic CSS for Equity - Featured Page Carousel
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
/* =Featured Page Carousel | |
------------------------------------------------------------------------- */ | |
.equity-page-carousel { | |
} | |
.equity-page-carousel .owl-item .page-wrap { | |
margin: 0 10px; | |
} | |
.equity-page-carousel .owl-controls { | |
text-align: center; | |
color: scale-color($body-font-color, $lightness: 14%); | |
} | |
.equity-page-carousel .owl-controls i { | |
font-size: rem-calc(22); | |
display: block; | |
} | |
.equity-page-carousel .owl-controls span { | |
text-transform: uppercase; | |
font-size: rem-calc(11); | |
} | |
.equity-page-carousel .owl-controls .owl-prev { | |
float: left; | |
} | |
.equity-page-carousel .owl-controls .owl-next { | |
float: right; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment