Sha256: 630a9db81d75ef3c6627c66b0ff2dd710092f6a859c69e8b36b555ddde77f237

Contents?: true

Size: 1.31 KB

Versions: 8

Compression:

Stored size: 1.31 KB

Contents

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

    .carousel-fixed-item {
      &.with-indicators {
        bottom: 68px;
      }

      position: absolute;
      left: 0;
      right: 0;
      bottom: 20px;
      z-index: 1;
    }

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

      h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
      }

      p {
        font-size: 15px;
      }
    }
  }

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

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

    img {
      width: 100%;
    }
  }

  .indicators {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;

    .indicator-item {
      &.active {
        background-color: #fff;
      }

      display: inline-block;
      position: relative;
      cursor: pointer;
      height: 8px;
      width: 8px;
      margin: 24px 4px;
      background-color: rgba(255,255,255,.5);

      transition: background-color .3s;
      border-radius: 50%;
    }
  }
}

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
mtl-1.1.7 vendor/assets/stylesheets/materialize/_carousel.scss
mtl-1.1.6 vendor/assets/stylesheets/materialize/_carousel.scss
mtl-1.1.5 vendor/assets/stylesheets/materialize/_carousel.scss
mtl-1.1.4 vendor/assets/stylesheets/materialize/_carousel.scss
materialize-sass-0.98.1 app/assets/stylesheets/materialize/components/_carousel.scss
mtl-1.1.2 vendor/assets/stylesheets/materialize/_carousel.scss
materialize-sass-0.98.0 app/assets/stylesheets/materialize/components/_carousel.scss
mtl-1.1.1 vendor/assets/stylesheets/materialize/_carousel.scss