1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/page-community.scss

30 lines
432 B
SCSS
Raw Normal View History

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; }
.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
}