Add facepile to homepage

This commit is contained in:
Robert Long
2021-10-04 15:37:23 -07:00
parent 8da7031b9e
commit 6f2870340a
4 changed files with 64 additions and 2 deletions

25
src/Facepile.module.css Normal file
View File

@@ -0,0 +1,25 @@
.facepile {
margin: 0 16px;
}
.facepile .avatar {
position: relative;
width: 20px;
height: 20px;
border-radius: 20px;
}
.facepile .avatar > * {
position: absolute;
left: 0;
color: #fff;
text-align: center;
pointer-events: none;
font-weight: 600;
}
.facepile .avatar span {
font-size: 14px;
width: 20px;
line-height: 20px;
}