1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 17:50:07 +01:00
site/_src/_assets/styles/_page-front.scss

53 lines
825 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-11-16 12:30:35 +01:00
.section--guides,
.section--blog,
.section-testimonials {
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;
}
2018-04-06 15:22:15 +02:00
.row:last-child > p:last-child {
margin-top: $spacer * 3;
margin-bottom: 0;
}
}
.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 {
2018-04-06 14:19:40 +02:00
@extend .h6;
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;
2017-06-28 20:49:37 +02:00
hyphens: auto;
2018-04-06 14:19:40 +02:00
@media ($screen-sm) {
font-size: $font-size-h5;
}
2016-02-08 19:50:38 +01:00
}
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;
}
}