react-toolbox/components/avatar/style.scss

12 lines
136 B
SCSS

.avatar {
width: 40px;
height: 40px;
overflow: hidden;
border-radius: 50%;
}
.avatarImg {
max-width: 100%;
height: auto;
}