_page_crowi-plus.scss 872 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. .crowi-plus.main-container {
  2. .flex-title-line {
  3. // the container of h1
  4. div:first-child {
  5. margin-right: auto;
  6. }
  7. ul.authors {
  8. margin: 0;
  9. li {
  10. display: flex;
  11. list-style: none;
  12. font-size: 12px;
  13. .creator-picture {
  14. width: 24px;
  15. height: 24px;
  16. margin-right: 10px;
  17. }
  18. }
  19. li:first-child {
  20. margin-bottom: 10px;
  21. }
  22. }
  23. }
  24. // hide authors in affix
  25. .main #page-header.affix {
  26. .authors {
  27. display: none !important;
  28. }
  29. }
  30. }
  31. // for not_found.html
  32. .crowi-plus.main-container {
  33. .message-not-found {
  34. margin-left: 0;
  35. }
  36. .content-main.content-main-not-found {
  37. .nav {
  38. margin-top: 32px;
  39. }
  40. }
  41. }
  42. .crowi-plus .crowi-plus-widget.page-list-container {
  43. margin-top: 30px;
  44. .tab-content {
  45. margin-top: 15px;
  46. }
  47. }