mirror of
https://git.librezo.fr/Librezo/website.git
synced 2025-09-06 21:02:52 +02:00
Team
This commit is contained in:
16
sass/css/team.scss
Normal file
16
sass/css/team.scss
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user