<a href="/" class="vgr-quick-search__more">
  Se fler resultat (99 stycken)
</a>
<a href="/" class="vgr-quick-search__more">
  {{ startText }} ({{ amount }} {{ endText }})
</a>
{
  "startText": "Se fler resultat",
  "endText": "stycken",
  "amount": "99"
}
  • Content:
    .vgr-quick-search {
      $background-color: #f6f6f6;
      $text-color: #5b5b5b;
      $default-padding: .5rem 1rem;
      $text-size: .875rem;
    
      &__more {
        display: block;
        padding: $default-padding;
        font-size: $text-size;
        color: $text-color;
        background: $background-color;
      }
    }
    
  • URL: /components/raw/quick-search-more/_quick-search-more.scss
  • Filesystem Path: components/components/search/quick-search-more/_quick-search-more.scss
  • Size: 285 Bytes

There are no notes for this item.