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

82 lines
1.5 KiB
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 {
2016-01-30 13:34:11 +01:00
background-image: url('../img/photo2.jpg');
background-position: center top;
2016-01-21 12:38:06 +01:00
}
}
2016-01-21 11:51:05 +01:00
.section-community,
.section-conduct {
@extend .text-center;
}
.section-community {
2016-02-09 19:20:30 +01:00
position: relative;
// make room for BuffyDB
padding-bottom: 200px;
@media ($screen-lg) {
padding-bottom: 0;
}
2016-02-09 19:08:43 +01:00
.section-header {
.section-description { margin-bottom: ($spacer * 2); }
}
2016-02-09 19:20:30 +01:00
.grid h1 {
@extend .h3;
margin-top: 0;
}
.buffy {
@extend .img--responsive;
vertical-align: bottom;
height: 220px;
position: absolute;
bottom: 0;
right: 0;
}
.social-link {
&,
.icon {
@extend .transition;
}
box-shadow: none;
padding: $btn-padding-y-sm $btn-padding-x-sm;
&:hover,
&:focus {
background: none;
.icon {
fill: lighten($brand-primary, 10%);
filter: drop-shadow(0 1px 4px rgba($brand-main-blue-dark, .4));
transform: translateY(-1px);
}
}
&:active {
outline: 0;
.icon {
fill: $brand-primary;
filter: drop-shadow(0 1px 2px rgba($brand-main-blue-dark, .3));
transform: translateY(0);
}
}
.icon {
fill: $brand-primary;
width: 1.5rem;
height: 1.5rem;
}
}
2016-01-21 11:51:05 +01:00
}