2015-12-19 20:56:04 +01:00
|
|
|
//
|
|
|
|
// Page: front
|
|
|
|
// ---
|
2017-05-29 21:15:48 +02:00
|
|
|
// bigchaindb.com
|
2015-12-19 20:56:04 +01:00
|
|
|
//
|
2015-12-20 18:03:44 +01:00
|
|
|
|
2016-11-14 11:59:16 +01:00
|
|
|
.page-front {
|
2017-06-24 13:33:46 +02:00
|
|
|
.section--partners,
|
|
|
|
.section-testimonials {
|
2017-05-31 00:22:14 +02:00
|
|
|
@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
|
|
|
}
|
2017-06-24 13:33:46 +02:00
|
|
|
|
|
|
|
p:last-child {
|
|
|
|
margin-top: $spacer * 4;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
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;
|
2016-11-14 11:59:16 +01:00
|
|
|
margin-bottom: $spacer * 4;
|
2017-05-06 18:03:40 +02:00
|
|
|
margin-top: $spacer;
|
2016-02-08 19:50:38 +01:00
|
|
|
|
|
|
|
h3 {
|
2017-06-27 17:00:42 +02:00
|
|
|
@extend .h5;
|
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;
|
2017-06-28 20:49:37 +02:00
|
|
|
hyphens: auto;
|
2016-02-08 19:50:38 +01:00
|
|
|
}
|
2016-11-14 11:59:16 +01:00
|
|
|
|
2016-05-18 15:59:39 +02:00
|
|
|
sub {
|
2017-05-06 18:03:40 +02:00
|
|
|
font-size: .85rem;
|
2016-05-18 15:59:39 +02:00
|
|
|
}
|
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
|
|
|
}
|
2015-12-20 20:16:49 +01:00
|
|
|
}
|