site/_src/_assets/styles/_page-front.scss

62 lines
870 B
SCSS
Raw Normal View History

2015-12-19 20:56:04 +01:00
//
// Page: front
// ---
// bigchain.io
//
.page-front {
.section-testimonials {
border-top: 1px solid $gray;
}
2015-12-22 13:26:13 +01:00
}
.section-intro {
.section-header {
margin-bottom: $spacer * 2;
}
}
.section-intro__main {
2016-02-07 23:40:26 +01:00
@extend .text-center;
margin-top: $spacer;
margin-bottom: $spacer * 4;
2016-02-08 19:50:38 +01:00
h3 {
display: block;
font-size: $font-size-h4;
2016-05-18 15:59:39 +02:00
margin-bottom: 0;
2016-02-08 19:50:38 +01:00
margin-top: 0;
}
2016-05-18 15:59:39 +02:00
sub {
font-size: 0.85rem;
}
.icon {
display: block;
margin: auto;
margin-bottom: $spacer * 2;
}
2016-02-07 23:40:26 +01:00
}
.graph-bigchain {
display: block;
}
// the SVG
#bigchain-graph {
@media ($screen-md) {
margin-left: -15%;
margin-right: -15%;
width: 130%;
}
2016-02-07 23:40:26 +01:00
2016-02-15 18:38:02 +01:00
}
.section-intro__detail {}
2016-02-07 23:40:26 +01:00
.section-quickstart__title {
@extend .h3;
margin-top: 0;
}