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/werkenbijstafa.nl/resources/sass/site/6-Organisms/_organisms.jobList.scss
.o-job-list {
	//margin-left: column(1, 12);
	//margin-right: column(1, 12);
}

.job-list {
	margin: 0;
	padding: 0;
	line-height: 1.4;
	list-style: none;

	> * + * {
		margin-top: 10px;
	}

}

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

	&.jobalert {
		@include flex(center);
		span {
			@include flex(center);
			margin-left: auto;

			svg {
				margin-left: 10px;
			}
		}
	}

	&.all {
		@include flex(center);
		border: none;
		span {
			@include flex(center);
			margin-left: auto;

			svg {
				margin-left: 10px;
			}
		}
	}

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

	.on-light & {
		//color: $lightGrey;

		&:hover {
			//color: $blue !important;
		}
	}
}