File: D:/HostingSpaces/SBogers10/shop.komma.nl/resources/sass/6-Organisms/_organisms.contact.scss
.o-contact {
}
.o-contact__heading {
@include font-size(xxl);
margin-top: 20px;
margin-bottom: 20px;
}
.o-contact__information {
& > * + * {
margin-top: 1.5em;
}
}
.o-contact__business {
@include font-size(s);
margin-top: 2em;
padding-top: 2em;
border-top: 1px solid palette(neutral, 200);
}
.o-contact__offices {
margin-top: 1.5em;
@include mq(400) {
display: flex;
justify-content: space-between;
}
}
.o-contact__office {
@include mq($max: 400) {
margin-top: 1.5em;
}
@include mq(400) {
width: calc(50% - 10px);
}
& > * + * {
margin-top: 1em;
}
}
.o-contact__commercial {
display: flex;
flex-wrap: wrap;
@include font-size(s);
@include font-weight('regular');
dt {
font-weight: 500;
width: 100px;
}
dd {
width: calc(100% - 100px);
}
}