1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/page-features.scss

42 lines
549 B
SCSS

.section-ecosystem {
figcaption { margin-top: $spacer; }
}
.feature {
display: flex;
margin-bottom: $spacer;
&:first-of-type { padding-top: 0; }
}
.feature__icon {
flex: 0 0 20%;
margin-right: 5%;
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);
}
.feature__text {
@extend .text-dimmed;
margin-bottom: 0;
}
.section-timeline {
.timeline {
color: #fff;
}
}