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

.jet-button__instance {
	border-radius: 4px;
}

.jet-button__icon {
	color: white;
	width: 25px;
	height: 25px;
	font-size: 25px;
	margin: 3px;
}

.jet-button__label {
	color: white;
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	text-align: left;
}

.jet-button__state {
	padding: 10px 30px;
}

.jet-button__plane {
	&-normal {
		background-color: #6ec1e4;
	}

	&-hover {
		background-color: #54595f;
	}
}