Spade

Mini Shell

Directory:~$ /home/lmsyaran/public_html/templates/g5_hydrogen/custom/scss/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/public_html/templates/g5_hydrogen/custom/scss/_video-feature.scss

.g-video-feature {
	margin-left: -($content-padding);
	margin-right: -($content-padding);
	text-align: center;
	.g-video-feature-left {
		@include breakpoint(tablet-range) {
			
		}
		@include breakpoint(mobile-only) {
			margin-bottom: 30px;
		}
		.g-content {
			margin: 0 $content-margin 0 0;
			padding-top: 0;
			padding-bottom: 0;
		}
	}
	.g-video-feature-right {
		.g-content {
			margin: 0 0 0 $content-margin;
			padding-top: 0;
			padding-bottom: 0;
		}
		&.align-right {
			text-align: right;
		}
	}
	.g-video-feature-title {
		margin-top: -5px;
	}
	.g-video-feature-link {
		margin-top: 5px;
		i {
			margin-right: 10px;
		}
	}
	.g-video-feature-desc {
		margin: 1.5rem 0;
		i {
			margin-right: 8px;
		}
	}
}