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/gggg.komma.nl/resources/sass/6-Organisms/_organisms.vacancies.scss
.o-vacancies {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	list-style: none;

	> * + * {
		margin-top: space(2);
	}
}


.o-vacancies__link {
	display: block;
	padding: 20px;
	border: solid 2px palette(primary);
	font-size: 1.1em;
	color: palette(primary);
	text-decoration: none;
	transition: all 0.2s;

	&:hover {
		color: scale-color(palette(secondary), $lightness: -20%);
		border: solid 2px scale-color(palette(secondary), $lightness: -20%);
	}
}