Sha256: 60efc9f0d5a6099df7b6ff152425b8f1de91b6da0f5a6792eb0ef4a6535f5d90

Contents?: true

Size: 656 Bytes

Versions: 11

Compression:

Stored size: 656 Bytes

Contents

.materialboxed {
  &:hover {
    &:not(.active) {
      opacity: .8;
    }
  }

  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;

  &.active {
    cursor: zoom-out;
  }
}

#materialbox-overlay {
  position:fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

Version data entries

11 entries across 10 versions & 2 rubygems

Version Path
jekyll-theme-anc-0.1.2 _sass/materialize/components/_materialbox.scss
jekyll-theme-anc-0.1.2 _sass/materialize-css/components/_materialbox.scss
mtl-1.1.10 vendor/assets/stylesheets/materialize/_materialbox.scss
mtl-1.1.9 vendor/assets/stylesheets/materialize/_materialbox.scss
mtl-1.1.8 vendor/assets/stylesheets/materialize/_materialbox.scss
mtl-1.1.7 vendor/assets/stylesheets/materialize/_materialbox.scss
mtl-1.1.6 vendor/assets/stylesheets/materialize/_materialbox.scss
mtl-1.1.5 vendor/assets/stylesheets/materialize/_materialbox.scss
mtl-1.1.4 vendor/assets/stylesheets/materialize/_materialbox.scss
mtl-1.1.2 vendor/assets/stylesheets/materialize/_materialbox.scss
mtl-1.1.1 vendor/assets/stylesheets/materialize/_materialbox.scss