You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
452 B
23 lines
452 B
4 years ago
|
@import '../../style/themes/index';
|
||
|
@import '../../style/mixins/index';
|
||
|
|
||
|
@avatar-prefix-cls: ~'@{ant-prefix}-avatar';
|
||
|
|
||
|
.@{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;
|
||
|
}
|
||
|
}
|
||
|
}
|