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.

_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. }