ubot1 / docs /components /collaborators.module.css
sahanind's picture
Upload 96 files
e7ef6c8 verified
raw
history blame contribute delete
637 Bytes
.avatars {
display: flex;
}
.container {
display: flex;
padding-top: 20px;
}
.avatars__item {
margin-left: -0.25rem;
}
.avatars__image {
box-shadow: 0 0 0 0.25rem #fff;
overflow: hidden;
align-items: center;
display: flex;
justify-content: center;
border-radius: 9999px;
}
.avatars__image:hover {
color: red;
}
.more {
box-shadow: 0 0 0 0.25rem #fff;
display: flex;
overflow: hidden;
border-radius: 9999px;
margin-left: -10px;
z-index: 10;
padding: 8px;
width: 40px;
height: 40px;
align-items: center;
display: flex;
justify-content: center;
background-color: rgba(1, 4, 14, 0.653);
}