Sha256: f6fc1c25f41766cc6b1663069db477f90d38313bdd913a80c077b03c112c3146

Contents?: true

Size: 657 Bytes

Versions: 171

Compression:

Stored size: 657 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

171 entries across 171 versions & 2 rubygems

Version Path
j1-template-2023.4.0 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.3.3 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.3.2 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.3.1 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.3.0 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.2.7 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.2.6 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.2.5 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.2.4 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.2.3 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.2.2 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.2.1 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.2.0 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.1.0 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.0.17 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.0.16 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.0.15 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.0.14 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.0.13 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss
j1-template-2023.0.12 assets/themes/j1/modules/materialize/scss/components/_materialbox.scss