2017-08-22 00:50:41 +02:00
|
|
|
.section--team {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
2017-08-22 12:58:59 +02:00
|
|
|
|
|
|
|
.section--about {
|
2017-08-23 01:17:09 +02:00
|
|
|
padding-top: $spacer * 4;
|
|
|
|
|
|
|
|
.section-header {
|
|
|
|
margin-bottom: $spacer * 2;
|
|
|
|
}
|
|
|
|
|
2017-08-22 12:58:59 +02:00
|
|
|
h2:first-of-type {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2017-08-23 01:17:09 +02:00
|
|
|
|
|
|
|
.story {
|
|
|
|
@media ($screen-md) {
|
|
|
|
padding-right: $spacer * 3;
|
|
|
|
}
|
|
|
|
}
|
2017-08-22 12:58:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.widget {
|
2017-08-23 01:17:09 +02:00
|
|
|
margin-top: $spacer * 2;
|
|
|
|
padding: $spacer * 1.5;
|
|
|
|
background: rgba($brand-main-blue-dark, .15);
|
2017-08-22 12:58:59 +02:00
|
|
|
|
2017-08-23 01:17:09 +02:00
|
|
|
@media ($screen-md) {
|
2017-08-22 12:58:59 +02:00
|
|
|
&:first-child {
|
2017-08-23 01:17:09 +02:00
|
|
|
margin-top: $spacer * 5;
|
2017-08-22 12:58:59 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.widget__title {
|
|
|
|
font-size: $font-size-h4;
|
|
|
|
margin-bottom: $spacer / 2;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.brand {
|
2017-08-23 01:17:09 +02:00
|
|
|
margin-top: $spacer * $line-height;
|
2017-08-22 12:58:59 +02:00
|
|
|
|
2017-08-23 01:17:09 +02:00
|
|
|
&:first-child {
|
|
|
|
margin-top: 0;
|
2017-08-22 12:58:59 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.brand__logo {
|
|
|
|
padding: $spacer * 2;
|
2017-08-23 01:17:09 +02:00
|
|
|
border: 1px solid rgba($gray-light, .25);
|
2017-08-22 12:58:59 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
.brand--dark & {
|
2017-08-23 01:17:09 +02:00
|
|
|
background: $text-color;
|
2017-08-22 12:58:59 +02:00
|
|
|
}
|
2017-08-22 14:28:39 +02:00
|
|
|
|
|
|
|
.brand--square & {
|
|
|
|
padding: $spacer * 1.2 $spacer * 2;
|
|
|
|
}
|
2017-08-22 12:58:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.brand__logo__download {
|
|
|
|
text-align: center;
|
2017-08-23 01:17:09 +02:00
|
|
|
margin-bottom: 0;
|
2017-08-22 12:58:59 +02:00
|
|
|
}
|