Your IP : 216.73.217.112


Current Path : /home/z/i/e/zieirix/www/templates/it_medical/scss/medical/
Upload File :
Current File : /home/z/i/e/zieirix/www/templates/it_medical/scss/medical/_subfeature.scss

#g-subfeature {
	padding: $section-padding 0;
	background-color: $subfeature-background-color;
	@if $subfeature-background-image {
    	background-image: url($subfeature-background-image);
    	background-repeat: unquote($subfeature-background-repeat);
    	background-size: unquote($subfeature-background-size);
    	background-attachment: unquote($subfeature-background-attachment);
	}
	color: $subfeature-text-color;
	h1, h2, h3, h4, h5, h6, strong {
		color: $subfeature-heading-color;
	}
}

@media print {
	#g-subfeature {
		background: #fff !important;
		color: #000 !important;
	}
}