@meleon/uni-ui
Version:
A uniapp components library written in vue3 and typescript
23 lines (22 loc) • 476 B
text/less
.ml-avatar-group {
width: fit-content;
&-wrapper {
display: flex;
align-items: flex-start;
justify-content: flex-start;
}
&-extra {
position: relative;
color: #ffffff;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
background-color: var(--info-color-3);
box-shadow: 0 0 2px 0 var(--info-color-6);
&-text {
white-space: nowrap;
}
}
}