Sha256: 040b9a47e37a60a070729ffb1f5d2a010fafef705774e72bcc99072518963d14

Contents?: true

Size: 486 Bytes

Versions: 6

Compression:

Stored size: 486 Bytes

Contents

.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;

  .carousel-item {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;

    img {
      width: 100%;
    }
  }

  &.carousel-slider {
    top: 0;
    left: 0;
    height: 0;

    .carousel-item {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }
  }
}

Version data entries

6 entries across 6 versions & 2 rubygems

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