_layout_growi.scss 685 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. .grw-page-accessories-modal {
  22. .grw-table-top-icons {
  23. margin-right: 5px;
  24. }
  25. }
  26. .revision-toc {
  27. position: sticky;
  28. // growisubnavigation + grw-navbar-boder
  29. top: calc(100px + 4px);
  30. min-width: 100%;
  31. margin-top: 5px;
  32. .revision-toc-content {
  33. padding: 0;
  34. }
  35. }
  36. }