Sha256: 1214e1c016424d124e4c58c2f7ba5ef1d0e6145736fa2e5e91d61732f295b6ac
Contents?: true
Size: 385 Bytes
Versions: 99
Compression:
Stored size: 385 Bytes
Contents
.loading_spinner { display: none; position: absolute; width: 100%; height: 100%; z-index: 100; .loading_spinner_inner { @include animation-duration(0.5s); @include animation-name(fade_in); @include animation-iteration-count(1); @include animation-timing-function(linear); } &.fade { @include transition(opacity 0.5s linear); opacity: 0; } }
Version data entries
99 entries across 99 versions & 1 rubygems