<h2 class="results-title">
    <span>Search results</span>
    <span class="results-title__subtitle">(Displaying 365 grants)</span>
</h2>
<h2 class="results-title">
  <span>Search results</span>
  <span class="results-title__subtitle">(Displaying {{ results_number }} grants)</span>
</h2>
{
  "results_number": "365"
}
  • Content:
    .results-title {
      font-weight: 400;
      font-size: 24px;
    
      &__subtitle {
        font-size: 17px;
      }
    }
    
  • URL: /components/raw/results-title/results-title.scss
  • Filesystem Path: src/components/02-elements/results-title/results-title.scss
  • Size: 100 Bytes
  • Handle: @results-title
  • Preview:
  • Filesystem Path: src/components/02-elements/results-title/results-title.njk

No notes defined.