2015-12-19 20:56:04 +01:00
|
|
|
//
|
|
|
|
// Page: front
|
|
|
|
// ---
|
|
|
|
// bigchain.io
|
|
|
|
//
|
2015-12-20 18:03:44 +01:00
|
|
|
|
2016-11-14 11:59:16 +01:00
|
|
|
.page-front {
|
2017-03-15 15:17:21 +01:00
|
|
|
.section-partners {
|
|
|
|
@extend .background--darker
|
2015-12-20 20:16:49 +01:00
|
|
|
}
|
2015-12-22 13:26:13 +01:00
|
|
|
}
|
|
|
|
|
2016-11-14 11:59:16 +01:00
|
|
|
.section-intro {
|
|
|
|
.section-header {
|
|
|
|
margin-bottom: $spacer * 2;
|
2016-02-08 18:06:21 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-14 11:59:16 +01:00
|
|
|
.section-intro__main {
|
2016-02-07 23:40:26 +01:00
|
|
|
@extend .text-center;
|
|
|
|
margin-top: $spacer;
|
2016-11-14 11:59:16 +01:00
|
|
|
margin-bottom: $spacer * 4;
|
2016-02-08 19:50:38 +01:00
|
|
|
|
|
|
|
h3 {
|
2017-04-10 17:14:35 +02:00
|
|
|
@extend .h4;
|
2016-02-08 19:50:38 +01:00
|
|
|
display: block;
|
2016-05-18 15:59:39 +02:00
|
|
|
margin-bottom: 0;
|
2016-02-08 19:50:38 +01:00
|
|
|
margin-top: 0;
|
|
|
|
}
|
2016-11-14 11:59:16 +01:00
|
|
|
|
2016-05-18 15:59:39 +02:00
|
|
|
sub {
|
|
|
|
font-size: 0.85rem;
|
|
|
|
}
|
2016-11-14 11:59:16 +01:00
|
|
|
|
|
|
|
.icon {
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
2017-04-10 17:14:35 +02:00
|
|
|
margin-bottom: $spacer;
|
2016-11-14 11:59:16 +01:00
|
|
|
}
|
2016-02-07 23:40:26 +01:00
|
|
|
}
|
|
|
|
|
2016-11-14 11:59:16 +01:00
|
|
|
.section-intro__detail {}
|
2016-02-07 23:40:26 +01:00
|
|
|
|
2016-11-14 11:59:16 +01:00
|
|
|
.section-quickstart__title {
|
|
|
|
@extend .h3;
|
|
|
|
margin-top: 0;
|
2015-12-20 20:16:49 +01:00
|
|
|
}
|