1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/_page-front.scss

48 lines
710 B
SCSS
Raw Normal View History

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
//
.page-front {
.section--partners,
.section-testimonials {
2017-05-31 00:22:14 +02:00
@extend .background--darker;
}
2015-12-22 13:26:13 +01:00
}
.section-intro {
.section-header {
margin-bottom: $spacer * 2;
}
p:last-child {
margin-top: $spacer * 4;
margin-bottom: 0;
}
}
.section-intro__main {
2016-02-07 23:40:26 +01:00
@extend .text-center;
margin-bottom: $spacer * 4;
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-05-18 15:59:39 +02:00
sub {
font-size: .85rem;
2016-05-18 15:59:39 +02:00
}
.icon {
display: block;
margin: auto;
margin-bottom: $spacer;
}
}