codeforamerica/michigan-benefits

View on GitHub
app/assets/stylesheets/atoms/_form-widths.scss

Summary

Maintainability
Test Coverage
.form-width--short {
  max-width: $width-form-short;
}

.form-width--med {
  max-width: $width-form-med;
}

.form-width--long {
  max-width: $width-form-long;
}

.form-width--casenumber {
  max-width: $width-form-casenumber;
}

.form-width--name {
  max-width: $width-form-name;
}

.form-width--phone {
  max-width: $width-form-phone;
}

.form-width--ssn {
  max-width: $width-form-ssn;
}

.form-width--zip {
  max-width: $width-form-zip;
}

.form-width--searchbar {
  max-width: $width-form-searchbar;
}

.form-width--year {
  max-width: $width-form-year;
}

.form-width--month {
  max-width: $width-form-month;
}

.form-width--day {
  max-width: $width-form-day;
}