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-images-layout.scss

.jet-images-layout {

	&__inner {
		margin: 10px;
	}

	&__icon {
		.jet-jet-images-layout-icon-inner {
			width: 60px;
			height: 60px;
			border-radius: 50%;
		}

		i, svg {
			font-size: 40px;
			color: white;
		}
	}

	&__content {
		padding: 20px;

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

	.jet-images-layout__title {
		color: white;
		font-size: 23px;
		margin: 0 0 10px 0;
	}

	.jet-images-layout__desc {
		color: white;
		font-size: 13px;
		margin: 0 0 10px 0;
	}
}