Sha256: 8f9a25b0db10395e517f0f4ca4b5ecf34a12216b5617451f4e612faaf60f922b
Contents?: true
Size: 993 Bytes
Versions: 40
Compression:
Stored size: 993 Bytes
Contents
/*------------------------------------ Carousel indicators v13 ------------------------------------*/ .u-carousel-indicators-v13, .u-carousel-indicators-v13--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%; border-radius: 50%; text-indent: -9999px; transition: transform .3s ease, background-color .3s ease; &::before, &::after { content: ""; display: none; } } &.slick-active { span { transform: scale(1.5); } } } } .u-carousel-indicators-v13--white { li { span { background: rgba($g-color-white, .5); &:hover, &:focus { background-color: $g-color-white; } } &.slick-active { span { background-color: $g-color-white; } } } }
Version data entries
40 entries across 40 versions & 1 rubygems