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

25 lines
282 B
SCSS
Raw Normal View History

2016-01-09 18:36:18 +01:00
//
// 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;
}