codeforamerica/michigan-benefits

View on GitHub
app/assets/stylesheets/michigan-benefits/atoms/_typography.scss

Summary

Maintainability
Test Coverage
.text--section-header {
  color: $color-sky;
  font-weight: 600;
  margin-bottom: 1em;
}

.text--little-help {
  font-size: 14px;
  color: $color-dark-grey;
}

a.remove {
  text-decoration: underline;
  color: $color-red;
}

fieldset hr {
  margin-top: 2em;
  margin-bottom: 2em;
}