_repository.less 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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: 60px;
  55. .item {
  56. padding-bottom: 10px;
  57. border-bottom: 1px dashed #AAA;
  58. .title {
  59. color: #444;
  60. font-size: 15px;
  61. font-weight: bold;
  62. margin: 0 6px;
  63. &:hover {
  64. color: #000;
  65. }
  66. }
  67. .comment {
  68. padding-right: 10px;
  69. color: #666;
  70. }
  71. .desc {
  72. padding-top: 5px;
  73. color: #999;
  74. }
  75. }
  76. }
  77. }