af83/chouette-core

View on GitHub
app/packs/stylesheets/components/_breadcrumb.scss

Summary

Maintainability
Test Coverage
.breadcrumbs {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  a {
    color: white;
    padding: 0 5px;
  }
  img.chouette-little-logo {
    height: 25px;
  }
}