Sha256: 7224eb7850848f292a0c164b8683c2513a7acf6573fea063d2dfab6d8c194978
Contents?: true
Size: 983 Bytes
Versions: 34
Compression:
Stored size: 983 Bytes
Contents
div.image_loader_preloader { position: absolute; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: auto; /*background-color: rgba(0, 0, 0, .01);*/ /*display: none;*/ opacity: 0; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; text-align: center; /*!*/ white-space: nowrap; /*!*/ span.helper { display: inline-block; /*!*/ vertical-align: middle; /*!*/ height: 100%; /*!*/ } .anim { position: relative; width: 20px; height: 20px; vertical-align: middle; /*!*/ display: inline-block; /*background-color: rgba(0, 0, 0, .1);*/ } &.shown { /*background-color: rgba(0, 0, 0, .4);*/ opacity: 1; } }
Version data entries
34 entries across 34 versions & 1 rubygems