Sha256: 7a5f4af1888dadd6d570ddbe07cfdd52d1332784de1e80fac06e08c2710bd96a

Contents?: true

Size: 259 Bytes

Versions: 3

Compression:

Stored size: 259 Bytes

Contents

.c-back-to-top {
  position: fixed;
  right: 2em;
  bottom: 2em;
  z-index: var(--z-over-page);

  &.c-back-to-top--left {
    right: auto;
    left: 2em;
  }

  &.c-back-to-top--center {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activeadmin_blaze_theme-0.7.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.back-to-top.scss
activeadmin_blaze_theme-0.6.2 app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.back-to-top.scss
activeadmin_blaze_theme-0.6.0 app/assets/stylesheets/activeadmin_blaze_theme/blaze/_components.back-to-top.scss