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

30 lines
332 B
SCSS
Raw Normal View History

2016-01-14 13:04:44 +01:00
.section-difference {
2016-01-22 16:03:56 +01:00
2016-01-14 13:04:44 +01:00
}
.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 {
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
}