HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/blijegasten/blijegasten.be/resources/sass/site/5-Components/_components.usp.scss
.c-usp {
	list-style: none;
	margin-left: 0;
}


.c-usp__item {
	@include font-weight('semi-bold');
	@include owl(space(1));
	display: flex;
	align-items: baseline;
	color: palette(text, 300);

	&::before {
		content: '';
		flex: none;
		display: block;
		width: 15px;
		height: 12px;
		margin-right: space(1);
		background-image: url(/img/check.svg);
	}
}


.c-usp__text {
	line-height: 1.6;
}


.c-usp__highlight {
	@include font-size(m);
	@include font-weight('bold');
	line-height: 1;
	color: palette(positive, 700);
	margin-right: 0.3em;
}