_layout_crowi-plus.scss 428 B

123456789101112131415161718192021222324252627282930313233
  1. .growi.main-container {
  2. .content-main {
  3. padding: 0;
  4. }
  5. .revision-toc {
  6. &.affix {
  7. margin-top: 5px;
  8. top: calc(46px + 5px);
  9. }
  10. .revision-toc-content {
  11. padding: 0;
  12. }
  13. }
  14. @media (max-width: $screen-sm-max) {
  15. .system-version {
  16. display: none;
  17. }
  18. }
  19. }
  20. .system-version {
  21. position: fixed;
  22. right: 0.5em;
  23. bottom: 0;
  24. opacity: .6;
  25. > span {
  26. margin-left: .5em;
  27. }
  28. }