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