Sha256: c24672ab55b1a652819feb599598fa339f5309ed62c5f60211ac6c677f439f37
Contents?: true
Size: 1.32 KB
Versions: 2
Compression:
Stored size: 1.32 KB
Contents
[up-close] { cursor: pointer; } [up-follow] { cursor: pointer; } .up-modal { position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 10000; background-color: rgba(90, 90, 90, 0.4); } .up-modal-dialog { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); max-width: 100%; max-height: 100%; background-color: #fff; box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3); box-sizing: border-box; } .up-modal-close { position: absolute; right: 0; top: 0; width: 36px; text-align: center; line-height: 24px; height: 24px; background-color: #999; color: #fff; font-weight: bold; text-transform: uppercase; cursor: pointer; transform: translateY(-100%); } .up-modal-content { overflow-x: hidden; overflow-y: auto; width: 100%; height: 100%; padding: 20px; box-sizing: border-box; } .up-popup { z-index: 10000; position: fixed; background-color: #fff; padding: 15px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); } .up-modal .up-popup { z-index: 15000; } .up-tooltip { z-index: 30000; position: fixed; background-color: rgba(30, 30, 30, 0.8); color: white; padding: 6px 8px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); } .up-tooltip[up-origin=top] { margin-top: -6px; } .up-tooltip[up-origin=bottom] { margin-bottom: -6px; } /* */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
upjs-rails-0.2.1 | dist/up.css |
upjs-rails-0.2.0 | dist/up.css |