Sha256: 97a089705c061acbf4379208d71064d185513ac3987ef6affd4d991c89c8faa4
Contents?: true
Size: 688 Bytes
Versions: 9
Compression:
Stored size: 688 Bytes
Contents
.loading { background: #BABABA; &:before { display: block; width: 22px; height: 22px; margin: 4px; border-top: 2px solid #92B8D1; border-right: 2px solid transparent; content: ""; @include animation(spin 1s ease infinite); border-radius: 100%; } } @-webkit-keyframes spin { to { @include transform(rotate( 360deg )); } } @-o-keyframes spin { to { @include transform(rotate( 360deg )); } } @-ms-keyframes spin { to { @include transform(rotate( 360deg )); } } @-moz-keyframes spin { to { @include transform(rotate( 360deg )); } } @keyframes spin { to { @include transform(rotate( 360deg )); } }
Version data entries
9 entries across 9 versions & 1 rubygems