Sha256: a618a3dee0caf4f9532571bd0ada1a58d23dbb74ff298a4dc9dd354d7303b278

Contents?: true

Size: 432 Bytes

Versions: 40

Compression:

Stored size: 432 Bytes

Contents

/*------------------------------------
  Z-Index
------------------------------------*/
.g-z-index {
  &-auto {
    z-index: auto;
  }

  &-1 {
    z-index: 1;
  }

  &-2 {
    z-index: 2;
  }

  &-3 {
    z-index: 3;

    &--hover:hover {
      z-index: 3;
    }
  }

  &-4 {
    z-index: 4;

    &--hover:hover {
      z-index: 4;
    }
  }

  &-9999 {
    z-index: 9999;
  }

  &-minus {
    &-1 {
      z-index: -1;
    }
  }
}

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
jekyll-theme-glueckkanja-1.2.9 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.2.8 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.2.7a _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.2.7 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.2.6 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.2.5 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.2.4 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.2.3 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.2.2 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.2.1 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.2.0 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.1.8 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.1.7 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.1.6 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.1.5 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.1.4 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.1.3 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.1.2 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.1.1 _sass/unify/globals/_z-index.scss
jekyll-theme-glueckkanja-1.1.0 _sass/unify/globals/_z-index.scss