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

47 lines
596 B
SCSS

//
// Page: front
// ---
// bigchain.io
//
.section-features {
figure {
display: block;
margin-bottom: ($spacer * 2);
}
.icon {
display: block;
margin: auto;
margin-bottom: $spacer;
}
}
.section-features__main {
@extend .text-center;
margin-top: $spacer;
}
.section-features__detail {}
.section-whitepaper {
@extend .text-center;
}
.section-earlyaccess {
form {
max-width: $screen-sm-min;
margin: auto;
}
.form-control {
&:focus {
border-color: #fff;
}
}
}