This commit is contained in:
Pascal Engélibert
2023-03-20 19:06:57 +01:00
parent e060604096
commit 19c19e3114
28 changed files with 104 additions and 22 deletions

16
sass/css/team.scss Normal file
View File

@ -0,0 +1,16 @@
@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;
}