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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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.user.list {
  46. .item {
  47. padding-bottom: 25px;
  48. &:not(:first-child) {
  49. border-top: 1px solid #eee;
  50. padding-top: 25px;
  51. }
  52. .ui.avatar.image {
  53. width: 40px;
  54. height: 40px;
  55. }
  56. .description {
  57. margin-top: 5px;
  58. .octicon:not(:first-child) {
  59. margin-left: 5px;
  60. }
  61. a {
  62. color: #333;
  63. &:hover {
  64. text-decoration: underline;
  65. }
  66. }
  67. }
  68. }
  69. }