Sha256: f908fbf3c40c94fcb06ac84907a651c3599871a7eb3da82c858accc4be333a53

Contents?: true

Size: 682 Bytes

Versions: 6

Compression:

Stored size: 682 Bytes

Contents

.materialboxed {
  cursor: zoom-in;
  position: relative;
  @include transition(opacity .4s);

  &:hover {
    &:not(.active) {
      @include opacity(0.8);
    }
    will-change: left, top, width, height;
  }
}

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

#materialbox-overlay {
  position:fixed;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background-color: #292929;
  z-index: 999;

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
materialize-sass-0.95.3.3 app/assets/stylesheets/materialize/components/_materialbox.scss
materialize-sass-0.95.3.2 app/assets/stylesheets/materialize/components/_materialbox.scss
materialize-sass-0.95.3.1 app/assets/stylesheets/materialize/components/_materialbox.scss
materialize-sass-0.95.3 app/assets/stylesheets/materialize/components/_materialbox.scss
materialize-sass-0.95.2 app/assets/stylesheets/materialize/components/_materialbox.scss
materialize-sass-0.95.1 app/assets/stylesheets/components/_materialbox.scss