Sha256: e997337aacf98333c52f9d9772a486e637b2d89f3e5a71cc86e71e45e7a4f870

Contents?: true

Size: 762 Bytes

Versions: 62

Compression:

Stored size: 762 Bytes

Contents

.entry_preview {
  background-color: #222;
  height: 100%;

  .container {
    position: relative;
    height: 100%;
  }

  &.emulation_mode_phone {
    > .container {
      width: 400px;
      height: 700px;
      margin: auto;
      top: 30px;
      box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 4px 0px;
    }

    .scroll_next_indicator {
      display: none;
    }
  }

  .navigation_disabled_hint {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    width: 300px;
    top: 30%;
    left: 50%;
    @include transform(translateX(-50%));
    padding: 10px;
    border-radius: 5px;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    @include transition(opacity 0.2s);
    text-align: center;
    font-size: 12px;
  }
}

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
pageflow-17.0.4 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-17.0.3 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-17.0.2 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-17.0.1 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-17.0.0 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-16.2.0 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-16.1.0 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-16.0.0 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-15.8.0 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-14.5.2 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-15.7.1 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-15.7.0 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-15.6.1 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-15.6.0 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-15.5.0 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-15.4.0 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-15.3.0 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-15.2.2 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-15.2.1 app/assets/stylesheets/pageflow/editor/entry_preview.scss
pageflow-15.2.0 app/assets/stylesheets/pageflow/editor/entry_preview.scss