_explore.less 471 B

1234567891011121314151617181920212223242526272829303132
  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. .metas {
  16. color: #888;
  17. font-size: 13px;
  18. font-weight: normal;
  19. span:not(:last-child) {
  20. margin-right: 5px;
  21. }
  22. }
  23. }
  24. .time {
  25. font-size: 12px;
  26. color: #808080;
  27. }
  28. }
  29. }