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 509B

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