Tag

<a class="c-tag f-text--tag" href=#>Topic tag</a>
<a class="c-tag f-text--tag" href={{ link }}>{{ title }}</a>
{
  "pageColorTheme": "teal",
  "title": "Topic tag",
  "link": "#"
}
  • Content:
    .c-tag {
      // border-bottom: 1px solid var(--ct-txt);
      padding-bottom: 0.2rem;
      display: inline;
      letter-spacing: 0;
      color: var(--ct-txt);
      @include hoverDrawUnderlineReverse(var(--ct-txt), 0.1rem);
    }
    
  • URL: /components/raw/tag/tag.scss
  • Filesystem Path: patterns\04-objects\tag\tag.scss
  • Size: 215 Bytes

No notes defined.