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.

45 lines
859 B

  1. /*
  2. * # Semantic Breadcrumb
  3. * http://github.com/quirkyinc/semantic
  4. *
  5. *
  6. * Copyright 2013 Contributors
  7. * Released under the MIT license
  8. * http://opensource.org/licenses/MIT
  9. *
  10. * Released: April 17 2013
  11. */
  12. /*******************************
  13. Breadcrumb
  14. *******************************/
  15. .ui.breadcrumb {
  16. margin: 1em 0em;
  17. display: inline-block;
  18. vertical-align: middle;
  19. }
  20. .ui.breadcrumb:first-child {
  21. margin-top: 0em;
  22. }
  23. .ui.breadcrumb:last-child {
  24. margin-bottom: 0em;
  25. }
  26. .ui.breadcrumb .divider {
  27. display: inline-block;
  28. opacity: 0.5;
  29. margin: 0em 0.15em 0em;
  30. font-size: 1em;
  31. color: rgba(0, 0, 0, 0.3);
  32. }
  33. .ui.breadcrumb a.section {
  34. cursor: pointer;
  35. }
  36. .ui.breadcrumb .section {
  37. display: inline-block;
  38. margin: 0em;
  39. padding: 0em;
  40. }
  41. /* Loose Coupling */
  42. .ui.breadcrumb.segment {
  43. display: inline-block;
  44. padding: 0.5em 1em;
  45. }