Untitled
unknown
plain_text
2 years ago
872 B
7
Indexable
body.active-modal { overflow-y: hidden; } .btn-modal { background-size: cover; background-color: transparent; border: none; } .popup-button-img { width: 50px; height: 50px; margin-right: 5px; margin-left: 5px; } .modal, .overlay { width: 100vw; height: 100vh; top: 0; left: 0; right: 0; bottom: 0; position: fixed; } .overlay { background: rgba(49, 49, 49, 0.8); } .modal-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); line-height: 1.4; background: #f1f1f1; padding: 14px 28px; border-radius: 3px; max-width: 600px; min-width: 300px; } .close-modal { background-color: rgb(204, 198, 198); position: absolute; top: 10px; right: 10px; padding: 5px 7px; } .logo { width: 35%; height: 35%; }
Editor is loading...