mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-02 00:05:37 +01:00
Matthias Kretschmann
2705fa90e3
- new typeface: Europa, loaded from Typekit - new colors, reduced gray tones - new hero image - new gradient overlay - new buttons - bigger default font sizes - ditch caps for action items
48 lines
666 B
SCSS
48 lines
666 B
SCSS
//
|
|
// Page: front
|
|
// ---
|
|
// bigchain.io
|
|
//
|
|
|
|
.page-front {
|
|
.section-partners {
|
|
@extend .background--darker
|
|
}
|
|
}
|
|
|
|
.section-intro {
|
|
.section-header {
|
|
margin-bottom: $spacer * 2;
|
|
}
|
|
}
|
|
|
|
.section-intro__main {
|
|
@extend .text-center;
|
|
margin-top: $spacer;
|
|
margin-bottom: $spacer * 4;
|
|
|
|
h3 {
|
|
@extend .h4;
|
|
display: block;
|
|
margin-bottom: 0;
|
|
margin-top: 0;
|
|
}
|
|
|
|
sub {
|
|
font-size: 0.85rem;
|
|
}
|
|
|
|
.icon {
|
|
display: block;
|
|
margin: auto;
|
|
margin-bottom: $spacer;
|
|
}
|
|
}
|
|
|
|
.section-intro__detail {}
|
|
|
|
.section-quickstart__title {
|
|
@extend .h3;
|
|
margin-top: 0;
|
|
}
|