2015-12-19 20:56:04 +01:00
|
|
|
//
|
|
|
|
// Page: front
|
|
|
|
// ---
|
|
|
|
// bigchain.io
|
|
|
|
//
|
2015-12-20 18:03:44 +01:00
|
|
|
|
|
|
|
.hero {
|
|
|
|
text-align: center;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
// background
|
|
|
|
background: url('../img/photo2.jpg') no-repeat center center;
|
|
|
|
background-size: cover;
|
|
|
|
|
|
|
|
@media ($screen-sm) {
|
|
|
|
height: 85vh;
|
|
|
|
max-height: 680px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
fill-opacity: .7;
|
|
|
|
margin: auto;
|
|
|
|
margin-top: -($spacer * 6);
|
|
|
|
margin-bottom: $spacer;
|
|
|
|
max-width: 31em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-title {
|
|
|
|
color: #fff;
|
|
|
|
font-size: $font-size-h1;
|
|
|
|
margin-bottom: ($spacer * 3);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.section-benchmarks {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.section-earlyaccess {
|
|
|
|
|
|
|
|
form {
|
|
|
|
max-width: $screen-sm-min;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
}
|