codeforamerica/ohana-web-search

View on GitHub
app/assets/stylesheets/components/_annotated-text-block.scss

Summary

Maintainability
Test Coverage
// Styles for a single snippet of text with an icon.
// Used in the phone, email, and website styles, for example.
.annotated-text-block {
  .annotation {
    font-size: $font_size_95;
    color: $complementA;
  }
}