Sha256: fca0eebe09c6284dc5eeb745c6d442a1587cb73486ce87ddc0d630e4f13bf19b

Contents?: true

Size: 978 Bytes

Versions: 11

Compression:

Stored size: 978 Bytes

Contents

.wrap {

  &._book {
    align-content: center;
    display: grid;
    height: 100%;
  }

  &._home {
    height: 100%;
    width: 100%;
  }

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

  &.type {

    &-page {
      @extend %wrap_grid;

      + .wrap.type-page {

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

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

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

    &-chapter {
      @extend %wrap_grid;

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

  &._overlay {
    @extend %wrap_grid;
    align-self: center;
    position: relative;
    z-index: 2;

    &.--load {
      text-align: center;

      .title + .box {
        margin-top: 20px;
      }
    }

    &.--mobile {
      text-align: center;

      p + .box._mobile {
        margin-top: 20px;
      }
    }

    &.--search {
      grid-gap: 5px;
    }
  }
}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
futuro-0.4.6 _sass/_wrap.scss
futuro-0.4.5 _sass/_wrap.scss
futuro-0.4.4 _sass/_wrap.scss
futuro-0.4.3 _sass/_wrap.scss
futuro-0.4.2 _sass/_wrap.scss
futuro-0.4.1 _sass/_wrap.scss
futuro-0.4.0 _sass/_wrap.scss
futuro-0.3.9 _sass/_wrap.scss
futuro-0.3.8 _sass/_wrap.scss
futuro-0.3.7 _sass/_wrap.scss
futuro-0.3.6 _sass/_wrap.scss