2016-01-14 13:04:44 +01:00
|
|
|
|
2016-02-08 14:35:02 +01:00
|
|
|
.section-ecosystem {
|
|
|
|
figcaption { margin-top: $spacer; }
|
2016-01-14 13:04:44 +01:00
|
|
|
}
|
|
|
|
|
2016-02-08 14:35:02 +01:00
|
|
|
.feature {
|
2016-01-14 13:04:44 +01:00
|
|
|
display: flex;
|
2016-02-08 14:35:02 +01:00
|
|
|
margin-bottom: $spacer;
|
2016-01-14 13:04:44 +01:00
|
|
|
|
|
|
|
&:first-of-type { padding-top: 0; }
|
|
|
|
}
|
|
|
|
|
2016-02-08 14:35:02 +01:00
|
|
|
.feature__icon {
|
|
|
|
flex: 0 0 20%;
|
2016-01-14 13:04:44 +01:00
|
|
|
margin-right: 5%;
|
2016-02-08 14:35:02 +01:00
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature__detail {
|
|
|
|
flex: 0 0 75%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature__title {
|
|
|
|
font-size: $font-size-h4;
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: ($spacer / 3);
|
2016-01-14 13:04:44 +01:00
|
|
|
}
|
|
|
|
|
2016-02-08 14:35:02 +01:00
|
|
|
.feature__text {
|
|
|
|
@extend .text-dimmed;
|
|
|
|
margin-bottom: 0;
|
2016-01-14 13:04:44 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.section-timeline {
|
2016-01-21 12:44:47 +01:00
|
|
|
|
2016-01-21 14:34:47 +01:00
|
|
|
.timeline {
|
2016-01-21 12:44:47 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
2016-01-14 13:04:44 +01:00
|
|
|
}
|