aprydatko
5/31/2017 - 7:58 PM

center position owl-carousel

center position owl-carousel

//  center position  owl-carousel
.owl-nav
	position: absolute
	top: 50%
	width: 100%
	text-align: right
	.owl-prev, .owl-next 
		display: inline-block
		position: relative
		opacity: 1
		transition: color .25s ease
		.fa
			font-size: 14px
			color: $accent
			text-align: center
			transition: color .25s ease
			&:hover 
				opacity: 0.5
	.owl-prev
		text-align: left
		float: left
		left: -60px
	.owl-next
		right: -60px