2015-12-19 20:56:04 +01:00
|
|
|
//
|
|
|
|
// Page: front
|
|
|
|
// ---
|
|
|
|
// bigchain.io
|
|
|
|
//
|
2015-12-20 18:03:44 +01:00
|
|
|
|
2016-01-09 18:15:23 +01:00
|
|
|
.section-features {
|
2015-12-20 20:16:49 +01:00
|
|
|
.icon {
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
margin-bottom: $spacer;
|
|
|
|
}
|
2015-12-22 13:26:13 +01:00
|
|
|
}
|
|
|
|
|
2016-02-08 18:06:21 +01:00
|
|
|
.graph-bigchain {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: ($spacer * 2);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// the SVG
|
|
|
|
#bigchain-graph {
|
|
|
|
@media ($screen-md) {
|
|
|
|
margin-left: -10%;
|
|
|
|
margin-right: -10%;
|
|
|
|
width: 120%;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2016-02-07 23:40:26 +01:00
|
|
|
.section-features__main {
|
|
|
|
@extend .text-center;
|
|
|
|
margin-top: $spacer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-features__detail {}
|
|
|
|
|
|
|
|
|
2016-01-09 18:15:23 +01:00
|
|
|
.section-whitepaper {
|
2016-01-30 13:34:11 +01:00
|
|
|
@extend .text-center;
|
2015-12-20 20:16:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-12-20 18:03:44 +01:00
|
|
|
.section-earlyaccess {
|
|
|
|
|
|
|
|
form {
|
|
|
|
max-width: $screen-sm-min;
|
|
|
|
margin: auto;
|
|
|
|
}
|
2015-12-22 16:07:37 +01:00
|
|
|
|
|
|
|
.form-control {
|
|
|
|
&:focus {
|
|
|
|
border-color: #fff;
|
|
|
|
}
|
|
|
|
}
|
2015-12-20 18:03:44 +01:00
|
|
|
}
|