1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_assets/styles/bigchain/_team.scss
2016-02-10 01:10:44 +01:00

25 lines
282 B
SCSS

//
// Team Unit
// ---
// bigchain.io
//
// Base class
.team {}
.team__image {
@extend .img--responsive;
width: 230px;
border-radius: 50%;
}
.team__name {
@extend .h5;
color: $text-color;
margin-bottom: 0;
}
.team__position {
@extend .text-dimmed;
}