Sha256: 0c677231d96ddf9737f48e50693d77a242f54c8d8f5137b912385da4e65cfef2

Contents?: true

Size: 623 Bytes

Versions: 62

Compression:

Stored size: 623 Bytes

Contents

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

$back-to-top-button-bg-color:  $white !default;

$back-to-top-button-border:  1px solid $link-color !default;

.back-to-top-button {
    display: inline-block;
    padding: ($spacing-unit / 2) $spacing-unit;
    position: fixed;
    right: $spacing-unit * 4;
    bottom: 0;
    z-index: index($components, back-to-top-button);
    background: $back-to-top-button-bg-color;
    border: $back-to-top-button-border;
    transform: translateY(100%);
}

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

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
workarea-storefront-3.4.27 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.5.4 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.4.26 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.5.3 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.4.25 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.5.2 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.4.24 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.5.1 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.4.23 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.4.22 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.5.0 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.4.21 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.5.0.beta.1 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.4.20 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.4.19 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.4.18 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.4.17 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.4.16 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.4.15 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss
workarea-storefront-3.4.14 app/assets/stylesheets/workarea/storefront/components/_back_to_top_button.scss