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

53 lines
723 B
SCSS
Raw Normal View History

2016-01-14 13:04:44 +01:00
2016-02-09 12:15:41 +01:00
.table--comparison {
.icon-check {
width: 1rem;
height: 1rem;
margin: auto;
display: block;
}
}
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 15%;
2016-01-14 13:04:44 +01:00
margin-right: 5%;
margin-top: 2px;
2016-02-08 14:35:02 +01:00
margin-bottom: 0;
width: 3rem;
height: 3rem;
2016-02-08 14:35:02 +01:00
}
.feature__detail {
flex: 0 0 80%;
2016-02-08 14:35:02 +01:00
}
.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
}