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.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. .svg {
  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. .info {
  54. font-size: 12px;
  55. color: #808080;
  56. display: flex;
  57. white-space: pre;
  58. .commit-message {
  59. max-width: 72em;
  60. overflow: hidden;
  61. text-overflow: ellipsis;
  62. }
  63. }
  64. .overflow-visible {
  65. overflow: visible;
  66. }
  67. }
  68. .ui.user.list {
  69. .item {
  70. padding-bottom: 25px;
  71. &:not(:first-child) {
  72. border-top: 1px solid #eeeeee;
  73. padding-top: 25px;
  74. }
  75. .ui.avatar.image {
  76. width: 40px;
  77. height: 40px;
  78. }
  79. .description {
  80. margin-top: 5px;
  81. .svg:not(:first-child) {
  82. margin-left: 5px;
  83. }
  84. a {
  85. color: #333333;
  86. &:hover {
  87. text-decoration: underline;
  88. }
  89. }
  90. }
  91. }
  92. }