You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_explore.less 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .explore {
  2. padding-top: 15px;
  3. .navbar {
  4. justify-content: center;
  5. padding-top: 15px !important;
  6. margin-top: -15px !important;
  7. margin-bottom: 15px !important;
  8. background-color: #fafafa !important;
  9. border-width: 1px !important;
  10. .octicon {
  11. width: 16px;
  12. text-align: center;
  13. margin-right: 5px;
  14. }
  15. }
  16. }
  17. .ui.repository.list {
  18. .item {
  19. padding-bottom: 25px;
  20. &:not(:first-child) {
  21. border-top: 1px solid #eeeeee;
  22. padding-top: 25px;
  23. }
  24. .ui.header {
  25. font-size: 1.5rem;
  26. padding-bottom: 10px;
  27. .name {
  28. word-break: break-all;
  29. }
  30. .metas {
  31. color: #888888;
  32. font-size: 14px;
  33. font-weight: normal;
  34. span:not(:last-child) {
  35. margin-right: 5px;
  36. }
  37. }
  38. }
  39. .time {
  40. font-size: 12px;
  41. color: #808080;
  42. }
  43. .ui.tags {
  44. margin-bottom: 1em;
  45. }
  46. .ui.avatar.image {
  47. width: 24px;
  48. height: 24px;
  49. }
  50. }
  51. }
  52. .ui.repository.branches {
  53. .time {
  54. font-size: 12px;
  55. color: #808080;
  56. }
  57. }
  58. .ui.user.list {
  59. .item {
  60. padding-bottom: 25px;
  61. &:not(:first-child) {
  62. border-top: 1px solid #eeeeee;
  63. padding-top: 25px;
  64. }
  65. .ui.avatar.image {
  66. width: 40px;
  67. height: 40px;
  68. }
  69. .description {
  70. margin-top: 5px;
  71. .octicon:not(:first-child) {
  72. margin-left: 5px;
  73. }
  74. a {
  75. color: #333333;
  76. &:hover {
  77. text-decoration: underline;
  78. }
  79. }
  80. }
  81. }
  82. }