Sha256: cf6a7540f617bee18ccc1ad1c97a43049a4e9f2c63e24e89e832d6e509270248

Contents?: true

Size: 681 Bytes

Versions: 40

Compression:

Stored size: 681 Bytes

Contents

.u-outer-spaces-helper {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  overflow: hidden;

  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    background-color: $g-color-gray-light-v5;
    background-position: center;
    background-repeat: repeat;

    .g-dark-theme & {
      background-color: $g-color-black;
    }

    [class*="g-bgi-v"] & {
      background-color: transparent;
    }
  }

  .u-outer-space-v1 &,
  .u-outer-space-v2 & {
    display: block;
  }

  .u-outer-space-v1 & {
    height: 20px;
  }

  .u-outer-space-v2 & {
    height: 40px;
  }
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
jekyll-theme-glueckkanja-1.2.29 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.28 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.27 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.26 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.25 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.24 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.23 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.22 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.21 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.20 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.19 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.18 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.17 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.16 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.15 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.14 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.13 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.12 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.11 _sass/unify/base/_outer-spaces-helper.scss
jekyll-theme-glueckkanja-1.2.10 _sass/unify/base/_outer-spaces-helper.scss