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/blocksy-companion-pro   php

Repository URL to install this package:

Version: 1.8.76 

/ extensions / product-reviews / static / sass / actions.scss

.ct-product-actions-group {
	display: flex;
	align-items: center;
	justify-content: center;

	&:not(:last-child) {
		margin-bottom: 60px;
	}

	.ct-button:not(:last-child) {
		margin-inline-end: 25px;
	}

	.ct-icon-container {
		color: inherit;
		margin-inline-start: 10px;
	}
}