/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable declaration-bang-space-before */
/* stylelint-disable declaration-bang-space-before */
:host {
  display: inline-block;
}
:host ::ng-deep ul {
  display: inline-block;
  margin-left: 8px;
  font-size: 0;
}
:host ::ng-deep .item {
  display: inline-block;
  font-size: 12px;
  margin-left: -8px;
  width: 32px;
  height: 32px;
}
:host ::ng-deep .item .ant-avatar {
  border: 1px solid #fff;
}
:host ::ng-deep .item.large {
  width: 40px;
  height: 40px;
}
:host ::ng-deep .item.small {
  width: 24px;
  height: 24px;
}
:host ::ng-deep .item.mini {
  width: 20px;
  height: 20px;
}
:host ::ng-deep .item.mini ::ng-deep .ant-avatar {
  width: 20px;
  height: 20px;
  line-height: 20px;
}
