_page-accessories-control.scss 697 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .grw-page-accessories-control {
  2. line-height: 1.25;
  3. border-bottom: 1px solid transparent;
  4. .grw-btn-page-accessories {
  5. padding: 0.375rem;
  6. svg {
  7. width: 16px;
  8. height: 16px;
  9. }
  10. }
  11. .grw-border-vr {
  12. height: 25px;
  13. border-left: solid 1px transparent;
  14. }
  15. .seen-user-count {
  16. font-size: 12px;
  17. font-weight: bolder;
  18. }
  19. .grw-seen-user-info {
  20. .btn {
  21. white-space: nowrap;
  22. }
  23. }
  24. .seen-user-popover {
  25. max-width: 200px;
  26. .user-list-content {
  27. direction: rtl;
  28. .liker-user-count,
  29. .seen-user-count {
  30. font-size: 12px;
  31. font-weight: bolder;
  32. }
  33. }
  34. .cls-1 {
  35. isolation: isolate;
  36. }
  37. }
  38. }