Sha256: ba0aaa813db686624eb649a4cd99a18c4e1ffa81a8a58907342888aaf4cb9297

Contents?: true

Size: 653 Bytes

Versions: 5

Compression:

Stored size: 653 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: 999;

  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

5 entries across 5 versions & 2 rubygems

Version Path
materialize-rails-0.97.5.2 vendor/assets/stylesheets/components/_materialbox.scss
materialize-rails-0.97.5.custom1 vendor/assets/stylesheets/components/_materialbox.scss
materialize-rails-0.97.5.1 app/assets/stylesheets/components/_materialbox.scss
materialize-sass-0.97.5 app/assets/stylesheets/materialize/components/_materialbox.scss
materialize-sass-0.97.4 app/assets/stylesheets/materialize/components/_materialbox.scss