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.

51 lines
714 B

  1. .ui.breadcrumb {
  2. margin: 1em 0;
  3. display: inline-block;
  4. vertical-align: middle;
  5. }
  6. .ui.breadcrumb:first-child {
  7. margin-top: 0;
  8. }
  9. .ui.breadcrumb:last-child {
  10. margin-bottom: 0;
  11. }
  12. .ui.breadcrumb .divider {
  13. display: inline-block;
  14. opacity: .5;
  15. margin: 0 .15em;
  16. font-size: 1em;
  17. color: rgba(0,0,0,.3);
  18. }
  19. .ui.breadcrumb a.section {
  20. cursor: pointer;
  21. }
  22. .ui.breadcrumb .section {
  23. display: inline-block;
  24. margin: 0;
  25. padding: 0;
  26. }
  27. .ui.breadcrumb.segment {
  28. display: inline-block;
  29. padding: .5em 1em;
  30. }
  31. .ui.breadcrumb .active.section {
  32. font-weight: 700;
  33. }
  34. .ui.small.breadcrumb {
  35. font-size: .75em;
  36. }
  37. .ui.large.breadcrumb {
  38. font-size: 1.1em;
  39. }
  40. .ui.huge.breadcrumb {
  41. font-size: 1.3em;
  42. }