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 18:03:44 +01:00
|
|
|
text-align: center;
|
|
|
|
|
2015-12-21 16:51:16 +01:00
|
|
|
figure {
|
2015-12-20 19:31:36 +01:00
|
|
|
display: block;
|
2015-12-21 17:46:24 +01:00
|
|
|
margin-bottom: ($spacer * 6);
|
|
|
|
margin-top: -($spacer * 2);
|
2015-12-20 19:31:36 +01:00
|
|
|
}
|
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-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
|
|
|
}
|