fbi-cde/crime-data-frontend

View on GitHub
sass/components/_progress.scss

Summary

Maintainability
Test Coverage
.progress-bar {
  height: .5rem;
  width: 100%;

  span {
    background-color: $orange;
    display: block;
    height: 100%;

    &.rtl { float: right; }
  }
}