Sha256: 1e29ef57283cef0313884e713f42d37215c0958ff00280d4ee189223645f9599
Contents?: true
Size: 960 Bytes
Versions: 40
Compression:
Stored size: 960 Bytes
Contents
/*------------------------------------ Carousel indicators v15 ------------------------------------*/ .u-carousel-indicators-v15, .u-carousel-indicators-v15--white { white-space: nowrap; li { position: relative; display: inline-block; width: 16px; height: 16px; margin: 0 5px; span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: transparent; border-radius: 50%; text-indent: -9999px; transition: box-shadow .3s ease; &::before, &::after { content: ""; display: none; } } } } .u-carousel-indicators-v15--white { li { span { box-shadow: inset 0 0 0 2px $g-color-white; &:hover, &:focus { box-shadow: inset 0 0 0 2px rgba($g-color-white, .6); } } &.slick-active { span { box-shadow: inset 0 0 0 8px $g-color-white; } } } }
Version data entries
40 entries across 40 versions & 1 rubygems