_layout_growi.scss 612 B

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