mirror of
https://github.com/bigchaindb/site.git
synced 2025-01-12 14:00:42 +01:00
51 lines
686 B
SCSS
51 lines
686 B
SCSS
|
|
.table--comparison {
|
|
.icon-check {
|
|
width: 1rem;
|
|
height: 1rem;
|
|
margin: auto;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|