UNPKG

react-reusable-elements

Version:
19 lines (18 loc) 395 B
.main_container { height: 2rem; aspect-ratio: 1; background-color: var(--brand-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; cursor: pointer; } .main_container .avatar_img { height: 100%; object-fit: cover; aspect-ratio: 1; overflow: hidden; border-radius: 50%; }