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

30 lines
332 B
SCSS

.section-difference {
}
.difference {
display: flex;
align-items: center;
padding: ($spacer * 2) 0;
&:first-of-type { padding-top: 0; }
}
.difference__icon {
flex: 0 0 15%;
margin-right: 5%;
}
.difference__text {
flex: 0 0 80%;
}
.section-timeline {
.timeline {
color: #fff;
}
}