1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-02 00:05:37 +01:00
site/_src/_assets/styles/_page-front.scss
Matthias Kretschmann dbe88db64d
quick front page reorganisation
* move sections around
* add CTA to intro
* remove redundant Features CTA section
* give Blog section title/description
* IPDB banner on every page of the site
* decouple content & code in intro section
2017-06-24 13:33:46 +02:00

49 lines
689 B
SCSS

//
// Page: front
// ---
// bigchaindb.com
//
.page-front {
.section--partners,
.section-testimonials {
@extend .background--darker;
}
}
.section-intro {
.section-header {
margin-bottom: $spacer * 2;
}
p:last-child {
margin-top: $spacer * 4;
margin-bottom: 0;
}
}
.section-intro__main {
@extend .text-center;
margin-bottom: $spacer * 4;
margin-top: $spacer;
h3 {
@extend .h4;
display: block;
margin-bottom: 0;
margin-top: 0;
}
sub {
font-size: .85rem;
}
.icon {
display: block;
margin: auto;
margin-bottom: $spacer;
}
}