Sha256: 7c5c7be97cd564b242c9fca6ec7e9705d969a0fba86bb96ef03f59959e2519f2
Contents?: true
Size: 582 Bytes
Versions: 3
Compression:
Stored size: 582 Bytes
Contents
.async-panel.panel.processing { h3 { background: url(<%= asset_path('loading-icon.gif') %>) 99% 50% no-repeat; background-size: 27px; } } .async-panel.panel.clickable { h3 { &:hover { cursor: pointer; } &::after { float: right; content: 'Click to Load'; padding: 0.25rem 0.5rem; background-image: linear-gradient(180deg, #fff, #E7E7E7); cursor: pointer; border-top-left-radius: 1rem; border-bottom-left-radius: 1rem; height: 1rem; margin-top: -0.25rem; margin-right: -0.55rem; } } }
Version data entries
3 entries across 3 versions & 1 rubygems