Sha256: a3639e26441125a1349ea14b3740e7af3eb56465d25707d7aa4d1255e7dd89cf

Contents?: true

Size: 473 Bytes

Versions: 5

Compression:

Stored size: 473 Bytes

Contents

/*------------------------------------*\
    #BACK-TO-TOP-BUTTON
\*------------------------------------*/

.back-to-top-button {
    position: fixed;
    right: $spacing-unit * 4;
    bottom: 0;
    z-index: index($components, back-to-top-button);
    padding: 11px 20px;
    transform: translateY(100%);

    &:before {
        display: block;
        text-align: center;
        content: '▲';
    }
}

.back-to-top-button--visible {
    transform: translateY(-150%);
}

Version data entries

5 entries across 5 versions & 1 rubygems

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