@fesjs/fes-design
Version:
fes-design for PC
28 lines (27 loc) • 487 B
CSS
.fes-avatar {
display: flex;
align-items: center;
justify-content: center;
width: 24px;
height: 24px;
overflow: hidden;
white-space: nowrap;
background-color: var(--f-border-color-split);
}
.fes-avatar img {
display: block;
width: 100%;
height: 100%;
}
.fes-avatar-content {
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
}
.fes-avatar-shape-circle {
border-radius: 50%;
}
.fes-avatar-shape-square {
border-radius: 4px;
}