<a href="#link-url" class="link">
  Lorem ipsum dolor sit amet adipiscing elit.
</a>
<a href="{{url}}" class="link{{#if modifier}} link--{{modifier}}{{/if}}">
  {{copy}}
</a>
/* No context defined for this component. */
  • Content:
    .link--small {
      font-size: $ms-neg-2;
      text-transform: uppercase;
      letter-spacing: 0.12rem;
    }
    
    .link--phone {
      @include breakpoint($break-medium) {
        color: inherit;
    
        &:hover {
          cursor: default;
          color: inherit;
          text-decoration: none;
        }
      }
    }
    
  • URL: /components/raw/text-links/Text-Links.scss
  • Filesystem Path: src/components/01-Units/Links/Text-Links/Text-Links.scss
  • Size: 273 Bytes

There are no notes for this item.