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/SBogers10/reiskick.komma.nl/resources/sass/6-Organisms/_organisms.vacancies.scss
.o-vacancies {
	margin: 0;
	list-style: none;
}

.o-vacancies__item {
	@include owl(space(2));
}


.o-vacancies__link {
	font-size: 1rem;
	display: block;
	padding: space(4);
	border: 2px solid palette(neutral, 900);
	color: palette(neutral, 900);
	text-decoration: none;
	transition: all 200ms;

	&:hover {
		border-color: palette(neutral, 300);
		background-color: palette(neutral, 200);
	}
}