mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 12:10:06 +08:00
cba9634a3d
* perf: reduce css size * add * add * fix line-height * add .reset-component
18 lines
333 B
Plaintext
18 lines
333 B
Plaintext
.@{avatar-prefix-cls}-group {
|
|
display: inline-flex;
|
|
|
|
.@{avatar-prefix-cls} {
|
|
border: 1px solid @avatar-group-border-color;
|
|
|
|
&:not(:first-child) {
|
|
margin-left: @avatar-group-overlapping;
|
|
}
|
|
}
|
|
|
|
&-popover {
|
|
.@{ant-prefix}-avatar + .@{ant-prefix}-avatar {
|
|
margin-left: @avatar-group-space;
|
|
}
|
|
}
|
|
}
|