Sha256: 552bbfeede5b7dceac92bb4fff0217a7585cd05d4e50015008b214d1abc2b9fb
Contents?: true
Size: 485 Bytes
Versions: 85
Compression:
Stored size: 485 Bytes
Contents
.spinner > div { background-color: #ddd; height: 100%; width: 6px; display: inline-block; @include animation(loading 1.2s infinite ease-in-out); } .loading .spinner { margin: 20px auto; width: 50px; height: 40px; text-align: center; font-size: 10px; .rect2 { @include animation-delay(-1.1s); } .rect3 { @include animation-delay(-1.0s); } .rect4 { @include animation-delay(-0.9s); } .rect5 { @include animation-delay(-0.8s); } }
Version data entries
85 entries across 85 versions & 1 rubygems