18F/e-QIP-prototype

View on GitHub
src/components/Section/Relationships/People/PeopleCounter.scss

Summary

Maintainability
Test Coverage
.people-counter {
  color: $eapp-grey-darker;
  font-weight: bold;

  .count {
    font-size: 26pt;

    &.covered {
      color: $eapp-green;
    }
  }
}