18F/e-QIP-prototype

View on GitHub
src/components/Form/Height/Height.scss

Summary

Maintainability
Test Coverage
.height {
  .feet,
  .inches {
    display: inline-block;
    width: 10rem;
  }

  .feet {
    padding-right: 1rem;
  }
}