Links

There are no notes for this item.

<a href="#" class="link">LinkThing</a>
  • Content:
    /*------------------------------------*\
        #LINKS
    \*------------------------------------*/
    
    .link {
    	color: $color-default;
    
      &:hover {
        color: $color-hover;
      }
    
      &:active {
        color: $color-active;
      }
    }
    
  • URL: /components/raw/links/links.scss
  • Filesystem Path: components/02-atoms/07-links/links.scss
  • Size: 214 Bytes