File: D:/HostingSpaces/stafa/stafa.nl/resources/sass/site/5-Components/_components.documents.scss
.c-documents {
list-style: none;
padding: 0;
margin: 0;
}
.c-documents__item {
@include owl(space(2));
}
.c-documents__link {
display: flex;
align-items: center;
text-decoration: none;
color: palette(text, 800);
transition: color 100ms linear;
&:hover {
color: palette(action, 300);
}
}
.c-documents__icon {
flex: none;
display: flex;
align-items: center;
height: 32px;
width: 32px;
margin-right: space(2);
color: palette(secondary, 500);
transition: color 100ms linear;
.c-documents__link:hover & {
color: currentColor;
}
}