Learn more  » 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-reviews   php

Repository URL to install this package:

Version: 2.1.0 

/ scss / widgets / components / widget-button.scss

.jet-reviews-button {
	font-size: 14px;
	color: #bec0c1;
	padding: 2px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;

	&.jet-reviews-button--primary {
		color: #6EC1E4;
	}

	&__icon {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-right: 5px;
	}

	&:focus {
		text-decoration: underline;
	}
}