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

61 lines
798 B
SCSS
Raw Normal View History

2015-12-19 20:56:04 +01:00
//
// Page: front
// ---
// bigchain.io
//
.section-features__main {
.icon {
display: block;
margin: auto;
margin-bottom: $spacer;
}
2015-12-22 13:26:13 +01:00
}
.graph-bigchain {
display: block;
}
// the SVG
#bigchain-graph {
@media ($screen-md) {
2016-02-08 19:50:38 +01:00
margin-left: -15%;
margin-right: -15%;
width: 130%;
}
}
2016-02-07 23:40:26 +01:00
.section-features__main {
@extend .text-center;
margin-top: $spacer;
2016-02-08 19:50:38 +01:00
h3 {
display: block;
font-size: $font-size-h4;
margin-top: 0;
}
2016-02-07 23:40:26 +01:00
}
.section-features__detail {}
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;
}
}
}