Sha256: e7cadc1ebf006374e0d045ef6fcd7c445cadb5cd86b9ef0bbb07ddf2196429ed

Contents?: true

Size: 613 Bytes

Versions: 1

Compression:

Stored size: 613 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 {
  svg {
    fill: $smoke;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
futuro-0.4.8 _sass/_wrap.scss