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.

39 lines
767 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. display: inline-block;
  17. vertical-align: middle;
  18. }
  19. .ui.breadcrumb .divider {
  20. display: inline-block;
  21. opacity: 0.5;
  22. margin: 0em 0.15em 0em;
  23. font-size: 1em;
  24. color: rgba(0, 0, 0, 0.3);
  25. }
  26. .ui.breadcrumb a.section {
  27. cursor: pointer;
  28. }
  29. .ui.breadcrumb .section {
  30. display: inline-block;
  31. margin: 0em;
  32. padding: 0em;
  33. }
  34. /* Loose Coupling */
  35. .ui.breadcrumb.segment {
  36. display: inline-block;
  37. background-color: #EBEBEB;
  38. padding: 0.5em 1em;
  39. }