support-foo/web

View on GitHub
app/assets/stylesheets/modules/page_title.scss

Summary

Maintainability
Test Coverage
.page-title {
  border-bottom: 2px solid $brand-border;
  padding-bottom: 20px;
  font-weight: bold;
}

.section-title {
  text-transform: uppercase;
  color: $gray-dark;
}