_repository.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. .repository {
  2. @mega-octicon-width: 30px;
  3. padding-top: 15px;
  4. padding-bottom: @footer-margin * 3;
  5. .head {
  6. height: 75px;
  7. padding-top: 20px;
  8. background-color: #FCFCFC;
  9. .mega-octicon {
  10. width: @mega-octicon-width;
  11. }
  12. a,
  13. .fork-flag {
  14. font-weight: 300;
  15. }
  16. .ui.label {
  17. margin-top: 5px;
  18. vertical-align: top;
  19. }
  20. .fork-flag {
  21. margin-left: @mega-octicon-width + 8px;
  22. display: block;
  23. font-size: 11px;
  24. line-height: 10px;
  25. white-space: nowrap;
  26. }
  27. .button {
  28. margin-left: 10px;
  29. i {
  30. margin-right: 5px;
  31. }
  32. }
  33. .num {
  34. font-weight: bold;
  35. }
  36. .octicon {
  37. height: 5px;
  38. }
  39. }
  40. .navbar {
  41. height: 60px;
  42. padding-top: 20px;
  43. }
  44. .filter.menu .label.color {
  45. padding: 0 8px;
  46. }
  47. .type.item .menu {
  48. right: 0!important;
  49. left: auto!important;
  50. }
  51. .issue.list {
  52. list-style: none;
  53. font-size: 13px;
  54. padding-top: 45px;
  55. .item {
  56. padding-top: 15px;
  57. padding-bottom: 10px;
  58. border-bottom: 1px dashed #AAA;
  59. .title {
  60. color: #444;
  61. font-size: 15px;
  62. font-weight: bold;
  63. margin: 0 6px;
  64. &:hover {
  65. color: #000;
  66. }
  67. }
  68. .comment {
  69. padding-right: 10px;
  70. color: #666;
  71. }
  72. .desc {
  73. padding-top: 5px;
  74. color: #999;
  75. }
  76. }
  77. .page.buttons {
  78. padding-top: 15px;
  79. }
  80. }
  81. }