Sha256: 49a8815d0414bb2150670e9d4ab3834b87e47ebdf001aa3249c8975865c2f7b5
Contents?: true
Size: 512 Bytes
Versions: 40
Compression:
Stored size: 512 Bytes
Contents
/*------------------------------------ Carousel indicators v8 ------------------------------------*/ .u-carousel-indicators-v8 { 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; } li { display: block; margin: 15px 0; &.slick-active { span { background-color: $g-color-primary; } } } }
Version data entries
40 entries across 40 versions & 1 rubygems