Sha256: baa353e69affd85d2b7231e1eb93f03a6e9c1c7e0e87f6a4a14aa9139e3f6b19

Contents?: true

Size: 1.92 KB

Versions: 1

Compression:

Stored size: 1.92 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);
    @include shadow(#000);
    pointer-events: none;
  }

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

    .shadow {
      @include shadow(#fff);
    }
  }

  &.text_position_right .shadow {
    @include shadow-right(#000);
  }

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

    .shadow {
      @include shadow-right(#fff);
    }
  }

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

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

  .scroller > div, .content_and_background > .page_header {
    padding: 200px 0 5% 8%;
    pointer-events: none;
    width: 75%;
    @include mobile {
      padding: 85px 12% 5% 8%;
      width: 100%;
    }
  }

  .content_and_background > .page_header {
    position: relative;
  }

  .videoPage .scroller > div, .audioPage .scroller > div {
    padding: 0px 0 5% 8%;
    @include mobile {
      padding: 0px 12% 5% 8%;
    }
  }

  &.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;
    padding: 15% 14% 5% 8%;
    width: 100%;
    @include mobile {
      padding: 25% 12% 5% 8%;
      width: 100%;
      @media (orientation: landscape) {
        padding: 10% 12% 5% 8%;
      }
    }
  }
}

.contentText {
  @include phone {
    margin-bottom: 40px;
  }
}
.videoPage .contentText, .audioPage .contentText {
  @include phone {
    margin-bottom: 80px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pageflow-12.1.0 app/assets/stylesheets/pageflow/page.scss