Sha256: 54ca8e26360b653ac1d4ffd164a0339940d6bee4f5056865bbbe364ceef13c64
Contents?: true
Size: 552 Bytes
Versions: 7
Compression:
Stored size: 552 Bytes
Contents
@-webkit-keyframes rotate { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } #quick_search { button { margin-left: -10px; border-radius: 0 4px 4px 0; border: 1px solid #ccc; padding: 5px 15px; .loading { display: none; -webkit-animation-name: rotate; -webkit-animation-duration: 0.5s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; } } } #search { display: none; background: #eee; padding: 15px; }
Version data entries
7 entries across 7 versions & 1 rubygems