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

41 lines
545 B
SCSS
Raw Normal View History

2015-12-19 20:56:04 +01:00
//
// Page: front
// ---
// bigchain.io
//
2016-01-09 18:15:23 +01:00
.section-features {
text-align: center;
2015-12-21 16:51:16 +01:00
figure {
2015-12-20 19:31:36 +01:00
display: block;
2015-12-21 17:46:24 +01:00
margin-bottom: ($spacer * 6);
margin-top: -($spacer * 2);
2015-12-20 19:31:36 +01:00
}
.icon {
display: block;
margin: auto;
margin-bottom: $spacer;
}
2015-12-22 13:26:13 +01:00
}
2016-01-09 18:15:23 +01:00
.section-whitepaper {
2016-01-30 13:34:11 +01:00
@extend .text-center;
}
.section-earlyaccess {
form {
max-width: $screen-sm-min;
margin: auto;
}
2015-12-22 16:07:37 +01:00
.form-control {
&:focus {
border-color: #fff;
}
}
}