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/marisrental/boldt.tech/resources/sass/site/6-Organisms/_organisms.teamGrid.scss
.o-team-grid {
  position: relative;
  &:before {
    @include mq(900) {
      content: '';
      display: block;
      height: 60px;
      position: absolute;
      top: -159px;
      left: calc(50% - 63px);
      z-index: 0;
      width: 63px;
      background: linear-gradient(135deg, transparent 0, transparent 59px,  palette(secondary, 100) 60px) -25px 0;
      background-size: calc(100% + 60px);
    }
  }
}