Sha256: 6026175f47d84bbf958523c343f6505034f12547d11894e1e5e12c7881cc6545

Contents?: true

Size: 776 Bytes

Versions: 8

Compression:

Stored size: 776 Bytes

Contents

// scss-lint:disable all

.overview {
  @import "pageflow/themes/default/overview/chapter_border_images";

  font-family: sourcesanspro;

  &:after {
    background-color: black;
  }

  &.active:after {
    opacity: 0.4;
  }

  .content {
    color: #fff;

    h2 {
      font-size: 3em;
    }

    .ov_chapter {
      .heading-4 {
        font-weight: bold;
        font-size: 1.1em;
      }

      .heading-5 {
        font-size: 1em;
        text-transform: uppercase;
        font-weight: normal;
      }

      .ov_page {
        border: 1px solid #505050;
        color: #fff;

        &.active {
          border-color: #ddd;
        }
      }

      .ov_page_description {
        background-color: #5d6c0c;
        border-right: 1px solid #505050;
      }
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pageflow-0.11.4 app/assets/stylesheets/pageflow/themes/legacy/overview.scss
pageflow-12.0.0.rc3 app/assets/stylesheets/pageflow/themes/legacy/overview.scss
pageflow-12.0.0.rc2 app/assets/stylesheets/pageflow/themes/legacy/overview.scss
pageflow-12.0.0.rc1 app/assets/stylesheets/pageflow/themes/legacy/overview.scss
pageflow-0.11.3 app/assets/stylesheets/pageflow/themes/legacy/overview.scss
pageflow-0.11.2 app/assets/stylesheets/pageflow/themes/legacy/overview.scss
pageflow-0.11.1 app/assets/stylesheets/pageflow/themes/legacy/overview.scss
pageflow-0.11.0 app/assets/stylesheets/pageflow/themes/legacy/overview.scss