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-instagram-gallery.scss

.jet-instagram-gallery__content {
	padding: 20px;

	&:before {
		background-color: rgba(84, 89, 95, 0.6);
	}
}

.jet-instagram-gallery__caption {
	color: white;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	margin: 10px 0;
	max-width: 100%;
	z-index: 1;
}

.jet-instagram-gallery__meta {
	z-index: 1;
}

.jet-instagram-gallery__comments-count {
	color: white;
	font-size: 20px;
	margin: 5px;
}

.jet-instagram-gallery__comments-icon {
	color: #6ec1e4;
	@include margin-end(5px);
}

.jet-instagram-gallery__likes-count {
	color: white;
	font-size: 20px;
	margin: 5px;
}

.jet-instagram-gallery__likes-icon {
	color: #6ec1e4;
	@include margin-end(5px);
}