_toc.scss 780 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .top-of-table-contents {
  2. flex-wrap: wrap;
  3. .grw-btn-top-of-table {
  4. svg {
  5. width: 16px;
  6. height: 16px;
  7. }
  8. }
  9. .seen-user-count {
  10. font-size: 12px;
  11. font-weight: bolder;
  12. }
  13. .grw-seen-user-list {
  14. border-left: 1px solid;
  15. .btn {
  16. white-space: nowrap;
  17. }
  18. }
  19. .seen-user-popover {
  20. max-width: 200px;
  21. }
  22. }
  23. .revision-toc {
  24. // to get on the Attachment row
  25. z-index: 1;
  26. font-size: 0.9em;
  27. .revision-toc-content {
  28. padding: 10px;
  29. > ul {
  30. padding-left: 0;
  31. ul {
  32. padding-left: 1em;
  33. }
  34. }
  35. // first level of li
  36. > ul > li {
  37. padding: 5px;
  38. margin: 4px 4px 4px 17px;
  39. }
  40. }
  41. .grw-icon-container-recently-created {
  42. svg {
  43. width: 14px;
  44. height: 14px;
  45. }
  46. }
  47. }