$avatar-diameter: 35px;

:global {
  .Avatar {
    width           : $avatar-diameter;
    height          : $avatar-diameter;
    border-radius   : 50%;
    background-color: #eee;
    overflow        : hidden;
  
    img {
      width : 100%;
      height: 100%;
    }
  }
}
  