e-lado
Version:
[](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [](https://gemnasium.com/sharetribe/shar
21 lines (18 loc) • 323 B
CSS
.avatar {
border-radius: 50%;
height: 100%;
}
.link {
display: inline-block;
height: 100%;
width: 100%;
}
.textAvatar {
width: 100%;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: var(--Avatar_textColor);
background-color: var(--Avatar_backgroundColor);
}