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