Sha256: 3c02e241fb090d4316c0ca200ded5cf550d2060c5f04aa1934442bce207d5e30

Contents?: true

Size: 355 Bytes

Versions: 5

Compression:

Stored size: 355 Bytes

Contents

/*------------------------------------*\
    #LINKS
\*------------------------------------*/

a,
%link,
.link {
    color: $link-color;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;

    &:focus {
        color: $link-color-hover;
    }

    &:hover {
        color: $link-color-hover;
        text-decoration: underline;
    }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
workarea-nvy_theme-1.2.1 app/assets/stylesheets/workarea/storefront/typography/_links.scss
workarea-nvy_theme-1.2.0 app/assets/stylesheets/workarea/storefront/typography/_links.scss
workarea-nvy_theme-1.1.4 app/assets/stylesheets/workarea/storefront/typography/_links.scss
workarea-nvy_theme-1.1.3 app/assets/stylesheets/workarea/storefront/typography/_links.scss
workarea-nvy_theme-1.1.2 app/assets/stylesheets/workarea/storefront/typography/_links.scss