Sha256: 015bba13f72915542a4554b9440133c1939851c158d4d981cb2984a4220dac5a

Contents?: true

Size: 905 Bytes

Versions: 2

Compression:

Stored size: 905 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;
      grid-gap: 20px;
    }

    &.--mobile {
      text-align: center;
      grid-gap: 10px;
    }

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
futuro-0.3.0 _sass/_wrap.scss
futuro-0.2.9 _sass/_wrap.scss