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.

16 lines
213B

  1. @import "../variables";
  2. #breadcrumb {
  3. display: flex;
  4. align-items: center;
  5. justify-content: flex-start;
  6. a {
  7. color: $accentColor;
  8. }
  9. span.crumb {
  10. display: inline-block;
  11. margin: 0 5px;
  12. }
  13. }