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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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 #eee;
  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: #888;
  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. }
  47. }
  48. .ui.repository.branches {
  49. .time{
  50. font-size: 12px;
  51. color: #808080;
  52. }
  53. }
  54. .ui.user.list {
  55. .item {
  56. padding-bottom: 25px;
  57. &:not(:first-child) {
  58. border-top: 1px solid #eee;
  59. padding-top: 25px;
  60. }
  61. .ui.avatar.image {
  62. width: 40px;
  63. height: 40px;
  64. }
  65. .description {
  66. margin-top: 5px;
  67. .octicon:not(:first-child) {
  68. margin-left: 5px;
  69. }
  70. a {
  71. color: #333;
  72. &:hover {
  73. text-decoration: underline;
  74. }
  75. }
  76. }
  77. }
  78. }