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.
21 lines
452 B
21 lines
452 B
4 years ago
|
@import '../../style/themes/index';
|
||
|
@import '../../style/mixins/index';
|
||
|
|
||
|
@avatar-prefix-cls: ~'@{ant-prefix}-avatar';
|
||
|
|
||
|
.@{avatar-prefix-cls}-group {
|
||
|
&-rtl {
|
||
|
.@{avatar-prefix-cls}:not(:first-child) {
|
||
|
margin-right: @avatar-group-overlapping;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&-popover.@{ant-prefix}-popover-rtl {
|
||
|
.@{ant-prefix}-avatar + .@{ant-prefix}-avatar {
|
||
|
margin-right: @avatar-group-space;
|
||
|
margin-left: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|