Sha256: cba50eece6d60c48fa14247cf04a8d86d92ac82fc9e94b6ecfc5220e8c202fed

Contents?: true

Size: 1.03 KB

Versions: 5

Compression:

Stored size: 1.03 KB

Contents

.print_image, .print_only {
  display: none;
}

.page {
  position: relative;
  width: 100%;
  min-height: 100%;

  > * {
    position: absolute;
    z-index: 1;
  }

  .content_and_background {
    width:100%;
    min-height:100%;
    position: initial;
  }

  .shadow {
    @include transition(opacity 0.2s linear, visibility 0.2s linear);
    pointer-events: none;
  }

  &.invert {
    color: #000;
    background-color: #fff;
  }

  .content {
    width: 100%;
    position: relative;
  }

  .backgroundArea {
    width:100%;
    height: 100%;
  }

  .scroller > div {
    pointer-events: none;
    width: 75%;

    @include mobile {
      width: 100%;
    }
  }

  &.hide_title h2 {
    display: none;
  }

  .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

.js .page {
  height: 100%;

  .content_and_background {
    height: 100%;
    position: absolute;
  }

  .scroller > div {
    pointer-events: none;
    width: 100%;

    @include mobile {
      width: 100%;
    }
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pageflow-13.6.0 app/assets/stylesheets/pageflow/page.scss
pageflow-13.5.0 app/assets/stylesheets/pageflow/page.scss
pageflow-13.4.0 app/assets/stylesheets/pageflow/page.scss
pageflow-13.3.0 app/assets/stylesheets/pageflow/page.scss
pageflow-13.2.0 app/assets/stylesheets/pageflow/page.scss