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/honger.komma.pro/resources/assets/sass/site/partials/_jobList.scss
.job-list{
  padding: 0;
  font-size: $baseFontSize;
  line-height: 1.4;
  list-style: none;

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

}

.job-list__link {
  display: block;
  padding: 20px;
  border: solid 2px currentColor;
  font-size: 1.1em;
  color: $brightBlue;
  text-decoration: none;
  transition: all 0.2s;

  &:hover {
    color: #fff !important;
  }

  .on-light & {
    color: $lightGrey;

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