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

46 lines
643 B
SCSS
Raw Normal View History

2015-12-19 20:56:04 +01:00
//
// Page: front
// ---
2017-05-29 21:15:48 +02:00
// bigchaindb.com
2015-12-19 20:56:04 +01:00
//
.page-front {
2017-04-13 12:49:17 +02:00
.section--partners {
2017-05-31 00:22:14 +02:00
@extend .background--darker;
}
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-bottom: $spacer * 4;
margin-top: $spacer;
2016-02-08 19:50:38 +01:00
h3 {
@extend .h4;
2016-02-08 19:50:38 +01:00
display: block;
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: .85rem;
2016-05-18 15:59:39 +02:00
}
.icon {
display: block;
margin: auto;
margin-bottom: $spacer;
}
2016-02-07 23:40:26 +01:00
}
.section-quickstart__title {
@extend .h3;
margin-top: 0;
}