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/5-Components/_components.breadcrumb.scss
.c-breadcrumb {
	padding-bottom: 4px; // make sure total height will be divisible by 8
 }

.c-breadcrumb__list {
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}


.c-breadcrumb__item {
	display: flex;
	align-items: center;

	&:nth-child(n+2) {
		& .c-breadcrumb__icon {
			display: flex;
			align-items: center;
			justify-content: center;
			width: space(3);
			height: space(3);
			margin-left: space(1);
			margin-right: space(1);
			transform: rotate(0.75turn);
			//color: palette(primary, 500);
			color: palette(neutral, 900);
		}
	}
}

.c-breadcrumb__link {
	color: palette(neutral, 500);
	text-decoration: none;

	.c-breadcrumb__item--last & {
		font-weight: bold;
	}
}