File: D:/HostingSpaces/SBogers10/otium.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;
}
}