Sha256: 863f89f2cd288292137dcd93e688a5102eff9e458a58796316d99f207a6b077b
Contents?: true
Size: 632 Bytes
Versions: 4
Compression:
Stored size: 632 Bytes
Contents
.modal-show { position: relative; background: $oil; background: rgba(56, 80, 70, 0.5); width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 100; } .modal-window { background: $white; width: 600px; margin-left: auto; margin: auto; margin-top: 100px; padding: 20px; border-radius: 5px; box-shadow: 1px 1px 1px $oil; height: 460px; } #modal-holder { width: 560px; height: 380px; overflow: scroll; } .modal-close { display: fixed; float: right; width: 20px; height: 20px; cursor: pointer; z-index: 100; } .reveal-modal { padding: 1rem 1.6rem 0.3rem 1.6rem; }
Version data entries
4 entries across 4 versions & 1 rubygems