Sha256: 87a899b797f03a832453a96c4649aa9f70bade7b05cd82ea0a4f6607ee06cd92
Contents?: true
Size: 416 Bytes
Versions: 30
Compression:
Stored size: 416 Bytes
Contents
/* Modal positioning */ .bbm-wrapper { box-sizing: border-box; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 100; padding: 50px 10px; overflow-x: auto; overflow-y: scroll; } .bbm-wrapper * { box-sizing: border-box; } .bbm-modal { border-radius: 3px; margin: auto; width: auto; max-width: 550px; } .bbm-views { width: 100%; box-sizing: border-box; }
Version data entries
30 entries across 10 versions & 2 rubygems