File "heading.scss"

Full Path: /home/adniftyx/public_html/wp-content/plugins/credio-addons/widgets/heading/heading.scss
File size: 588 bytes
MIME-type: text/plain
Charset: utf-8

@import '../../common';

.prelements-heading{
	.title-inner{
		position: relative;
		.title {
			margin-bottom: 11px;
			span {
				color: $primaryColor;
				position: relative;
				z-index: 2;
			}
		}
		span.sub-text{
			display: inline-block;
			color:$primaryColor;
			font-weight: 500;
			text-transform: uppercase;
			margin-bottom: 14px;
			img{
				width: 24px;
				height: 24px;
				margin-right: -2px;
			}
			svg {
				width: 13px;
				height: 15px;
				margin: 0 3px 2px 0;
			}
		}
	}
	.description {
		p {
			margin-bottom: 10px;
		}
	}
}