Sha256: e5012e384da0248fa5003b1040016bd601d1e06e540b057589d67c9efe0d035b
Contents?: true
Size: 856 Bytes
Versions: 46
Compression:
Stored size: 856 Bytes
Contents
.spinnerContainer display: inline-flex width: 100% height: 100% .spinner text-align: center margin: auto .spinner > span width: 18px height: 18px background-color: $black border-radius: 100% display: inline-block -webkit-animation: bouncedelay 1.4s infinite ease-in-out animation: bouncedelay 1.4s infinite ease-in-out -webkit-animation-fill-mode: both animation-fill-mode: both .spinner .bounce1 -webkit-animation-delay: -0.32s animation-delay: -0.32s .spinner .bounce2 -webkit-animation-delay: -0.16s animation-delay: -0.16s @-webkit-keyframes bouncedelay 0%, 80%, 100% -webkit-transform: scale(0.0) 40% -webkit-transform: scale(1.0) @keyframes bouncedelay 0%, 80%, 100% transform: scale(0.0) -webkit-transform: scale(0.0) 40% transform: scale(1.0) -webkit-transform: scale(1.0)
Version data entries
46 entries across 46 versions & 1 rubygems