Sha256: 1cd482033b1b2c678a12e866a1ace088a299e5d351e1994df08a7772407b0733

Contents?: true

Size: 717 Bytes

Versions: 4

Compression:

Stored size: 717 Bytes

Contents

.wrap {

  &.home {
    text-align: center;
    height: 100%;
    width: 100%;

    &:not(.slick-initialized) {
      @include center;
    }
  }

  &.scroller {
    @extend %wrap_grid;
    grid-gap: 10px;
  }

  &.type-page {
    @extend %wrap_grid;

    + .wrap.type-page {

      &:not(.style-docs) {
        margin-top: 20px;
      }

      &.style-docs {
        margin-top: 1px;
      }
    }

    + .wrap.type-chapter {
      margin-top: 100px;
    }
  }

  &.type-chapter {
    @extend %wrap_grid;

    + .wrap.type-page {
      margin-top: 20px;
    }
  }
}

.wrap.book {

  &.orwell {
    background-color: black;
  }

  &.draft {
    background-color: rgba(black,10%);
  }

  svg {
    fill: $smoke;
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
futuro-0.5.2 _sass/_wrap.scss
futuro-0.5.1 _sass/_wrap.scss
futuro-0.5.0 _sass/_wrap.scss
futuro-0.4.9 _sass/_wrap.scss