您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_participants-count.scss 552B

1234567891011121314151617181920212223242526
  1. .participants-count {
  2. background: #fff;
  3. border-radius: 4px;
  4. color: #5e6d7a;
  5. cursor: pointer;
  6. display: inline-block;
  7. font-size: 13px;
  8. line-height: 20px;
  9. margin-left: 16px;
  10. padding: 4px 8px;
  11. pointer-events: auto;
  12. &-number {
  13. margin-right: 8px;
  14. vertical-align: middle;
  15. }
  16. &-icon {
  17. background: url('../images/user-groups.svg');
  18. background-repeat: no-repeat;
  19. display: inline-block;
  20. height: 16px;
  21. width: 16px;
  22. vertical-align: middle;
  23. }
  24. }