_explore.less 970 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. .explore {
  2. padding-top: 15px;
  3. padding-bottom: @footer-margin * 2;
  4. .navbar {
  5. .octicon {
  6. width: 16px;
  7. text-align: center;
  8. }
  9. }
  10. }
  11. .ui.repository.list {
  12. .item {
  13. padding-bottom: 25px;
  14. &:not(:first-child) {
  15. border-top: 1px solid #eee;
  16. padding-top: 25px;
  17. }
  18. .ui.header {
  19. font-size: 1.5rem;
  20. padding-bottom: 10px;
  21. .name {
  22. word-break: break-all;
  23. }
  24. .metas {
  25. color: #888;
  26. font-size: 14px;
  27. font-weight: normal;
  28. span:not(:last-child) {
  29. margin-right: 5px;
  30. }
  31. }
  32. }
  33. .time {
  34. font-size: 12px;
  35. color: #808080;
  36. }
  37. }
  38. }
  39. .ui.user.list {
  40. .item {
  41. padding-bottom: 25px;
  42. &:not(:first-child) {
  43. border-top: 1px solid #eee;
  44. padding-top: 25px;
  45. }
  46. .ui.avatar.image {
  47. width: 40px;
  48. height: 40px;
  49. }
  50. .description {
  51. margin-top: 5px;
  52. .octicon:not(:first-child) {
  53. margin-left: 5px;
  54. }
  55. a {
  56. color: #333;
  57. &:hover {
  58. text-decoration: underline;
  59. }
  60. }
  61. }
  62. }
  63. }