Sha256: 655b675323c374dfc2d2361718d7334ef64a7e67de9578499cd0890579b2a9dc
Contents?: true
Size: 862 Bytes
Versions: 1
Compression:
Stored size: 862 Bytes
Contents
// Helper classes for JavaScript // ========================= // Visual // ------------------------- .cropper-bg { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); } .cropper-invisible { @include opacity(0); } // Visibility // ------------------------- .cropper-hide { position: absolute; display: block; width: 0; height: 0; } .cropper-hidden { display: none !important; } // Cursors // ------------------------- .cropper-move { cursor: move; } .cropper-crop { cursor: crosshair; } .cropper-disabled { .cropper-drag-box, .cropper-face, .cropper-line, .cropper-point { cursor: not-allowed; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/components/cropper/src/scss/_utilities.scss |