1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-02 00:05:37 +01:00
site/_src/_assets/styles/page-front.scss

61 lines
943 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-20 19:31:36 +01:00
border-bottom: 1px solid lighten($brand-main-gray, 40%);
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;
2016-01-09 18:15:23 +01:00
stroke: $brand-main-gray;
}
2015-12-22 13:26:13 +01:00
}
2016-01-09 18:15:23 +01:00
.section-whitepaper {
2015-12-21 16:51:16 +01:00
2016-01-09 18:15:23 +01:00
a {
@extend .transition;
display: block;
text-align: center;
&:hover,
&:focus {
transform: scale(1.05);
}
}
2015-12-22 13:26:13 +01:00
.icon {
2016-01-09 18:15:23 +01:00
stroke: $link-color;
stroke-width: 2;
2015-12-21 16:51:16 +01:00
display: block;
2015-12-22 13:26:13 +01:00
margin: auto;
margin-bottom: $spacer;
2015-12-21 16:51:16 +01:00
}
}
.section-earlyaccess {
form {
max-width: $screen-sm-min;
margin: auto;
}
2015-12-22 16:07:37 +01:00
.form-control {
&:focus {
border-color: #fff;
}
}
}