_layout_growi.scss 590 B

12345678910111213141516171819202122232425262728293031323334353637
  1. @import 'layout';
  2. .growi {
  3. .content-main {
  4. padding: 0;
  5. }
  6. .top-of-table-contents {
  7. line-height: 1.25;
  8. border-bottom: 1px solid transparent;
  9. .user-list-content {
  10. direction: rtl;
  11. .liker-user-count,
  12. .seen-user-count {
  13. font-size: 12px;
  14. font-weight: bolder;
  15. }
  16. }
  17. .cls-1 {
  18. isolation: isolate;
  19. }
  20. }
  21. .revision-toc {
  22. position: sticky;
  23. // growisubnavigation + grw-navbar-boder
  24. top: calc(100px + 4px);
  25. min-width: 100%;
  26. margin-top: 5px;
  27. .revision-toc-content {
  28. padding: 0;
  29. }
  30. }
  31. }