18F/e-QIP-prototype

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

Summary

Maintainability
Test Coverage
.name {
  // Bring the margins closer together
  .field {
    margin-bottom: 0;
  }

  .suffix .block label {
    height: auto !important;
    width: 7.5rem !important;
    min-width: 7.5rem !important;
  }

  .suffix-other {
    padding-top: 4rem;
  }

  .flags > .block {
    margin-left: 1rem;

    > label {
      width: auto;
    }
  }
}