16 lines
219 B
SCSS
16 lines
219 B
SCSS
@import "defs";
|
|
|
|
.team_box {
|
|
float: left;
|
|
margin: 16px;
|
|
}
|
|
|
|
.team_box-img {
|
|
// 70% ~= 1/sqrt(2)
|
|
mask-image: radial-gradient(circle, #000 69%, transparent 70%);
|
|
width: 160px;
|
|
}
|
|
|
|
.team_box-subtitle {
|
|
color: $blue;
|
|
}
|