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

Repository URL to install this package:

Version: 2.5.6 

/ scss / addons / _jet-download-button.scss

.jet-download {
	&.elementor-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	&.jet-download-icon-position-top,
	&.jet-download-icon-position-bottom {
		flex-direction: column;
	}
	&__icon.jet-download-icon-left {
		@include margin-end(10px);
		order: 1;
	}
	&__icon.jet-download-icon-right {
		@include margin-start(10px);
		order: 3;
	}
	&__icon.jet-download-icon-top {
		margin-bottom: 10px;
		order: 1;
	}
	&__icon.jet-download-icon-bottom {
		margin-top: 10px;
		order: 3;
	}
	&__icon {
		transition: all 0.3s ease;
	}
	&__text {
		text-align: left;
		order: 2;
	}
	&__label {
		display: block;
		transition: all 0.3s ease;
	}
	&__sub-label {
		display: block;
		transition: all 0.3s ease;
	}
}