_explore.less 519 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .explore {
  2. padding-top: 15px;
  3. padding-bottom: @footer-margin * 2;
  4. }
  5. .ui.repository.list {
  6. .item {
  7. padding-bottom: 25px;
  8. &:not(:first-child) {
  9. border-top: 1px solid #eee;
  10. padding-top: 25px;
  11. }
  12. .ui.header {
  13. font-size: 1.5rem;
  14. padding-bottom: 10px;
  15. .name {
  16. word-break: break-all;
  17. }
  18. .metas {
  19. color: #888;
  20. font-size: 13px;
  21. font-weight: normal;
  22. span:not(:last-child) {
  23. margin-right: 5px;
  24. }
  25. }
  26. }
  27. .time {
  28. font-size: 12px;
  29. color: #808080;
  30. }
  31. }
  32. }