Sha256: 7cc91091262e569342c87ff65092e0abec1969c7571b0d0d1e6e8f34630fbca9
Contents?: true
Size: 830 Bytes
Versions: 40
Compression:
Stored size: 830 Bytes
Contents
/*------------------------------------ Carousel indicators v31 ------------------------------------*/ .u-carousel-indicators-v31, .u-carousel-indicators-v31--white { display: flex !important; li { margin: 0 5px; &.slick-active { span { position: relative; top: 1px; width: 13px; height: 13px; background-color: $g-color-primary; transition-property: all; transition-timing-function: ease; transition-duration: .4s; } } } span { position: relative; top: 2px; width: 11px; height: 11px; border: 2px solid $g-color-white; border-radius: 50%; opacity: 1; transition-property: all; transition-timing-function: ease; transition-duration: .4s; background-color: $g-color-gray-light-v3; } }
Version data entries
40 entries across 40 versions & 1 rubygems