2021-10-04 15:37:23 -07:00
|
|
|
.facepile {
|
2021-10-22 10:46:34 -07:00
|
|
|
display: flex;
|
2021-10-04 15:37:23 -07:00
|
|
|
margin: 0 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.facepile .avatar {
|
|
|
|
|
position: relative;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
border-radius: 20px;
|
2021-11-17 17:52:31 -08:00
|
|
|
background-color: var(--primaryColor);
|
2021-10-04 15:37:23 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.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;
|
|
|
|
|
}
|
2021-11-10 15:44:08 -08:00
|
|
|
|
|
|
|
|
.facepile .avatar.additional span {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|