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/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;
  }
}