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