mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
25 lines
282 B
SCSS
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;
|
|
}
|