Sha256: a387e501e56b4a10499ae4d76f60836855978b14a565fa66c9557156ba97d4a5
Contents?: true
Size: 1.41 KB
Versions: 16
Compression:
Stored size: 1.41 KB
Contents
/* throbber loader spinner */ @-moz-keyframes throbber-loader 0% background: #dde2e7 10% background: #6b9dc8 40% background: #dde2e7 @-webkit-keyframes throbber-loader 0% background: #dde2e7 10% background: #6b9dc8 40% background: #dde2e7 @keyframes throbber-loader 0% background: #dde2e7 10% background: #6b9dc8 40% background: #dde2e7 /* :not(:required) hides these rules from IE9 and below .throbber-loader:not(:required) -moz-animation: throbber-loader 2000ms 300ms infinite ease-out -webkit-animation: throbber-loader 2000ms 300ms infinite ease-out animation: throbber-loader 2000ms 300ms infinite ease-out background: #dde2e7 display: inline-block position: relative text-indent: -9999px width: 0.9em height: 1.5em margin: 0 1.6em &:before, &:after background: #dde2e7 content: '\x200B' display: inline-block width: 0.9em height: 1.5em position: absolute top: 0 &:before -moz-animation: throbber-loader 2000ms 150ms infinite ease-out -webkit-animation: throbber-loader 2000ms 150ms infinite ease-out animation: throbber-loader 2000ms 150ms infinite ease-out left: -1.6em &:after -moz-animation: throbber-loader 2000ms 450ms infinite ease-out -webkit-animation: throbber-loader 2000ms 450ms infinite ease-out animation: throbber-loader 2000ms 450ms infinite ease-out right: -1.6em
Version data entries
16 entries across 16 versions & 1 rubygems