Sha256: c1bb4f1add4e3e05fbabcc6bd4c73715db1f618441d332caacd06b46a580ae83
Contents?: true
Size: 537 Bytes
Versions: 40
Compression:
Stored size: 537 Bytes
Contents
/*------------------------------------ Carousel indicators v7 ------------------------------------*/ .u-carousel-indicators-v7 { position: absolute; left: 0; top: 50%; bottom: auto; display: block; width: 7px; transform: translateY(-50%); span { width: 7px; height: 7px; border-radius: 50%; background: { color: $g-color-white; } opacity: .3; } li { display: block; margin: 15px 0; float: none; &.slick-active { span { opacity: 1; } } } }
Version data entries
40 entries across 40 versions & 1 rubygems