Sha256: b51c97f62634e19b0eef1b8e663d7a7a320fe77571f74514453896b0b38f0e64
Contents?: true
Size: 479 Bytes
Versions: 3
Compression:
Stored size: 479 Bytes
Contents
.modalOverlay { display: flex; justify-content: center; align-items: center; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.7); z-index: 9; } .modal { position: relative; background: $white; border-radius: $borderRadius; padding: $baseline $gutter*2; box-shadow: 0 0 30p 5px rgba(0,0,0,.2); min-height: 200px; min-width: 400px; max-width: 500px; outline: none; } .modal-close { position: absolute; top: 20px; right: 20px; }
Version data entries
3 entries across 3 versions & 1 rubygems