website/sass/css/team.scss

17 lines
219 B
SCSS
Raw Normal View History

2023-03-20 18:06:57 +00:00
@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;
}