Sha256: 1d31f958cc006d541c100050961982cfb51875eba45cde804ae28d7c1eb367a4

Contents?: true

Size: 406 Bytes

Versions: 2

Compression:

Stored size: 406 Bytes

Contents

/*------------------------------------*\
    #TEXT-BUTTON
\*------------------------------------*/

$text-button-color:     $link-color !default;
$text-button-font-size: 13px !default;


.text-button {
    @extend %button-reset;
    color: $text-button-color;
    font-size: $text-button-font-size;
    text-decoration: none;
    cursor: pointer;

    &:hover {
        text-decoration: underline;
    }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
workarea-one_theme-1.3.1 app/assets/stylesheets/workarea/storefront/components/_text_button.scss
workarea-one_theme-1.3.0 app/assets/stylesheets/workarea/storefront/components/_text_button.scss