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-services.scss

.jet-services {

	.jet-services__icon {
		color: white;
		font-size: 40px;
		text-align: center;
		margin: 10px 0;

		.inner {
			width: 80px;
			height: 80px;
			background-color: #6ec1e4;
			border-radius: 50%;
		}
	}

	.jet-services__title {
		font-size: 20px;
		color: black;
		margin: 10px 0;
	}

	.jet-services__desc {
		text-align: center;
		font-size: 16px;
		color: #54595f;
		margin: 10px 0;
	}
}