Sha256: b87f5439cc4cd4aeaaedf274916a79be6d115de62ead058c2b483516b20f0185

Contents?: true

Size: 655 Bytes

Versions: 1

Compression:

Stored size: 655 Bytes

Contents

.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;

  &:hover {
    &:not(.active) {
      opacity: .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: 1000;

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
materialize-sass-0.97.8 app/assets/stylesheets/materialize/components/_materialbox.scss