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

_explore.less 1.3 kB

9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. .explore {
  2. padding-top: 15px;
  3. padding-bottom: @footer-margin * 2;
  4. .navbar {
  5. justify-content: center;
  6. padding-top: 15px !important;
  7. margin-top: -15px !important;
  8. margin-bottom: 15px !important;
  9. background-color: #FAFAFA !important;
  10. border-width: 1px !important;
  11. .octicon {
  12. width: 16px;
  13. text-align: center;
  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. }
  44. }
  45. .ui.repository.branches {
  46. .time{
  47. font-size: 12px;
  48. color: #808080;
  49. }
  50. }
  51. .ui.user.list {
  52. .item {
  53. padding-bottom: 25px;
  54. &:not(:first-child) {
  55. border-top: 1px solid #eee;
  56. padding-top: 25px;
  57. }
  58. .ui.avatar.image {
  59. width: 40px;
  60. height: 40px;
  61. }
  62. .description {
  63. margin-top: 5px;
  64. .octicon:not(:first-child) {
  65. margin-left: 5px;
  66. }
  67. a {
  68. color: #333;
  69. &:hover {
  70. text-decoration: underline;
  71. }
  72. }
  73. }
  74. }
  75. }