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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. margin-right: 5px;
  15. }
  16. }
  17. }
  18. .ui.repository.list {
  19. .item {
  20. padding-bottom: 25px;
  21. &:not(:first-child) {
  22. border-top: 1px solid #eee;
  23. padding-top: 25px;
  24. }
  25. .ui.header {
  26. font-size: 1.5rem;
  27. padding-bottom: 10px;
  28. .name {
  29. word-break: break-all;
  30. }
  31. .metas {
  32. color: #888;
  33. font-size: 14px;
  34. font-weight: normal;
  35. span:not(:last-child) {
  36. margin-right: 5px;
  37. }
  38. }
  39. }
  40. .time {
  41. font-size: 12px;
  42. color: #808080;
  43. }
  44. }
  45. }
  46. .ui.repository.branches {
  47. .time{
  48. font-size: 12px;
  49. color: #808080;
  50. }
  51. }
  52. .ui.user.list {
  53. .item {
  54. padding-bottom: 25px;
  55. &:not(:first-child) {
  56. border-top: 1px solid #eee;
  57. padding-top: 25px;
  58. }
  59. .ui.avatar.image {
  60. width: 40px;
  61. height: 40px;
  62. }
  63. .description {
  64. margin-top: 5px;
  65. .octicon:not(:first-child) {
  66. margin-left: 5px;
  67. }
  68. a {
  69. color: #333;
  70. &:hover {
  71. text-decoration: underline;
  72. }
  73. }
  74. }
  75. }
  76. }