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
Raw Normal View History

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
}