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-engine   php

Repository URL to install this package:

Version: 2.7.7 

/ scss / frontend-widgets / _dynamic-link.scss

.jet-listing-dynamic-link {
	display: flex;
	flex-direction: column;
	&__icon {
		&.is-svg-icon {
			display: inline-flex;
			svg {
				width: 1em;
				height: 1em;
			}
		}
	}
	&__link {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		align-self: flex-start;
	}
	&__icon {
		order: 1;
	}
	&__label {
		order: 2;
	}
}

.jet-remove-from-store.is-hidden {
	display: none !important;
}