8,960
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.popup-overlay { | |||
. | position: fixed; | ||
top: 0; | |||
left: 0; | |||
width: 100%; | |||
height: 100%; | |||
display: | background: rgba(0, 0, 0, 0.7); | ||
display: none; | |||
justify-content: center; | |||
align-items: center; | |||
} | } | ||
. | .popup-content { | ||
padding: 8px; | background: #fff; | ||
padding: 20px; | |||
border-radius: 8px; | |||
max-width: 500px; | |||
width: 80%; | |||
} | |||
.close-button { | |||
position: absolute; | |||
top: 10px; | |||
right: 10px; | |||
cursor: pointer; | cursor: pointer; | ||
font-size: 20px; | |||
} | } | ||