jiti-meet/css/_avatar.scss

14 lines
255 B
SCSS
Raw Normal View History

2019-06-26 14:08:23 +00:00
.avatar {
align-items: center;
background-color: #AAA;
display: flex;
border-radius: 50%;
color: rgba(255, 255, 255, 0.6);
font-weight: 100;
justify-content: center;
object-fit: cover;
}
.defaultAvatar {
opacity: 0.6
}