Sha256: e159fc5db3e1b3fd0dab71aaa77109fa3829b7bf6906a9c856d9fc508e259e09

Contents?: true

Size: 546 Bytes

Versions: 3

Compression:

Stored size: 546 Bytes

Contents

.page_selection {
  .box {
    top: 5%;
    width: 90%;
    max-width: 400px;
    max-height: 745px;
    padding-bottom: 20px;
    height: 80%;
  }

  .wrapper {
    background-color: #fff;
    padding-right: 10px;

    overflow: hidden;
    overflow-y: scroll;

    position: absolute;
    top: 70px;
    bottom: 70px;
    left: 0;
    right: 10px;

    .add_page {
      display: none;
    }

    .edit_chapter {
      cursor: default;
      outline: none;
    }
  }

  .footer {
    position: absolute;
    bottom: 20px;
    right: 10px;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pageflow-0.9.2 app/assets/stylesheets/pageflow/editor/page_selection.css.scss
pageflow-0.9.1 app/assets/stylesheets/pageflow/editor/page_selection.css.scss
pageflow-0.9.0 app/assets/stylesheets/pageflow/editor/page_selection.css.scss