2016-01-21 11:51:05 +01:00
|
|
|
//
|
|
|
|
// Page: Community
|
|
|
|
// ---
|
|
|
|
// bigchain.io
|
|
|
|
//
|
2016-01-21 12:38:06 +01:00
|
|
|
.page-community {
|
|
|
|
.header {
|
|
|
|
background: url('../img/photo2.jpg') no-repeat center top;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
}
|
2016-01-21 11:51:05 +01:00
|
|
|
|
|
|
|
.section-community,
|
|
|
|
.section-conduct {
|
|
|
|
@extend .text-center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-community {
|
|
|
|
.grid h1 { @extend .h3; }
|
2016-01-21 12:16:52 +01:00
|
|
|
|
|
|
|
.icon--social {
|
|
|
|
width: 2rem;
|
|
|
|
height: 2rem;
|
|
|
|
}
|
2016-01-21 11:51:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.section-conduct {
|
2016-01-29 18:45:09 +01:00
|
|
|
@extend .background--photo;
|
2016-01-21 11:51:05 +01:00
|
|
|
}
|