dh-c
Version:
The front-end development engineers jimberton gulp react component
20 lines (19 loc) • 380 B
CSS
.dh-avatar {
width: 32px;
height: 32px;
font-size: 16px;
background: #999999;
box-sizing: border-box;
cursor: pointer;
max-width: 100px;
max-height: 100px;
color: #fff;
overflow: hidden;
display: flex;
justify-content: center;
align-items: center; }
.dh-avatar-radius {
border-radius: 50%; }
.dh-avatar img {
width: 100%;
height: 100%; }