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/farmfun.komma.pro/resources/sass/site/7-Templates/_eventbanners.scss
#eventbanners {

  .o-component-area__component[data-type='textImage'] {

    .l-double {
      @include mq(l) {
        display: grid;
        grid-template-columns: 300px 1fr;
      }
    }

    .u-clip-path {
      clip-path: none;
    }

  }

}



.t-eventbanner__form {
  @include contain;
  padding: space(4) 0 space(4);
  color: white;

  @include mq(1000) {
    padding: space(14) 0 space(8);
  }

  .c-input{
    max-width: none;
  }
}

.t-eventbanner__form-split {

  @include mq($max: 700) {
    > * + * {
        margin-top: space(6);
    }
  }

  @include mq(700) {
    display: flex;
    justify-content: space-between;

    > * {
      width: calc((100% - #{space(5)}) / 2);
    }
  }

}