Sha256: a8bd04295ea0d20851069a6cc11e9c8c4023a47f42eb6772582c77eaa653894e
Contents?: true
Size: 618 Bytes
Versions: 7
Compression:
Stored size: 618 Bytes
Contents
body.modal-open height: 100% overflow: hidden #modal display: block !important // override bootstrap #modal, #modal-overlay position: fixed top: 0 right: 0 bottom: 0 left: 0 overflow: auto #modal-overlay background: rgba(0, 0, 0, 0.85) #modal-body position: relative margin: 10vh auto padding: 2em width: auto min-width: 50% max-width: 980px background: white z-index: 9999 #modal-close color: white position: absolute font-size: 4em line-height: 0.5em top: 0.25em right: 0.25em border: none background: none #modal:not(.closable) #modal-close display: none
Version data entries
7 entries across 7 versions & 1 rubygems