Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/jet-elements   php

Repository URL to install this package:

Version: 2.5.6 

/ scss / skin / _jet-carousel.scss

.jet-carousel {
	.jet-carousel__item {
		&-title {
			margin: 0;
			padding: 0;
		}
	}
	.jet-arrow {
		width: 36px;
		height: 36px;
		border-radius: 18px;
		margin-top: -18px;
		color: #fff;
		font-size: 23px;

		&.prev-arrow {
			@include start(20px);
		}
		&.next-arrow {
			@include end(20px);
		}
	}
}