robert-o
2/24/2017 - 10:57 AM

Headings with Icons

Headings with Icons

h4 {
		font-size: 3em;
		text-transform: uppercase;
		margin-bottom: 0!important;

		&::before,
		&::after {
			content: '';
			background: url('#{$file-path}.....................') no-repeat;
			width: 35px;
			height: 35px;
			display: inline-block;
			position: relative;
			top: 2px;
		}

		&::before {
			margin: 0 25px 0 0;
		}

		&::after {
			margin: 0 0 0 25px;
		}
	}