_toc.scss 538 B

1234567891011121314151617181920212223242526272829303132333435
  1. .revision-toc {
  2. // to get on the Attachment row
  3. z-index: 1;
  4. padding: 5px;
  5. font-size: 0.9em;
  6. border-top: 1px solid transparent;
  7. border-bottom: 1px solid transparent;
  8. .revision-toc-content {
  9. li {
  10. margin: 6px;
  11. }
  12. > ul {
  13. padding-left: 0;
  14. ul {
  15. padding-left: 1em;
  16. }
  17. }
  18. // first level of li
  19. > ul > li {
  20. padding: 5px;
  21. margin-right: 4px;
  22. margin-left: 17px;
  23. }
  24. }
  25. }
  26. .grw-icon-container-recently-created {
  27. svg {
  28. width: 14px;
  29. height: 14px;
  30. }
  31. }