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/boldt.komma.pro/resources/sass/site/7-Templates/_templates.project.scss
#projects {
  .project-show {
    position: relative;
    padding-top: 160px;
    padding-bottom: 40px;

    .c-slide-projector,
    .c-slide-projector__tray,
    .c-slide-projector__slide,
    .c-slide-projector__img,
    .c-image  {
      height: 0;
      padding-bottom: 70%;
    }

    &:before {
      @include mq(900) {
        content: '';
        display: block;
        height: 60px;
        position: absolute;
        top: 0;
        left: calc(-100% + 60px);
        z-index: 0;
        width: 150%;
        background: linear-gradient(-45deg, transparent 0, transparent 59px,  palette(dark) 60px) -38px 0;
        background-size: calc(100% + 60px);
      }
    }

    .c-button {
      margin-top: 35px;
    }
  }
}