18F/18f.gsa.gov

View on GitHub
_sass/_components/breadcrumb.scss

Summary

Maintainability
Test Coverage
.breadcrumb {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;

  a {
    text-decoration: none;
    font-weight: $theme-font-weight-normal;
  }

  path {
    fill: color('gray-50');
  }
}