|
247 | 247 | opacity: 0.25;
|
248 | 248 | }
|
249 | 249 |
|
250 |
| - div.modal-dialog { |
| 250 | + div.mew-wallet-modal-dialog { |
251 | 251 | background: rgb(255, 255, 255);
|
252 | 252 | border-radius: 16px;
|
253 | 253 | box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05),
|
|
288 | 288 | background-color: transparent;
|
289 | 289 | }
|
290 | 290 |
|
291 |
| - div.modal-dialog.is-visible { |
| 291 | + div.mew-wallet-modal-dialog.is-visible { |
292 | 292 | visibility: visible;
|
293 | 293 | opacity: 1;
|
294 | 294 | /*z-index: 2;*/
|
295 | 295 | }
|
296 | 296 |
|
297 |
| - .modal-dialog > * { |
| 297 | + .mew-wallet-modal-dialog > * { |
298 | 298 | padding: 1rem;
|
299 | 299 | }
|
300 | 300 |
|
|
317 | 317 | <button id="open-button">OPEN</button>
|
318 | 318 | <div class="mew-wallet-modal" id="mew-wallet-modal"></div>
|
319 | 319 | <div class="mew-wallet-modal-container" id="mew-wallet-modal-container">
|
320 |
| - <div class="mew-wallet-modal-dialog"> |
| 320 | + <div class="mew-wallet-mew-wallet-modal-dialog"> |
321 | 321 | <header class="modal-header"></header>
|
322 | 322 | <section class="mew-wallet-modal-content">
|
323 | 323 | <div class="mew-outer-container">
|
|
436 | 436 | .querySelector('.mew-wallet-modal-container')
|
437 | 437 | .classList.remove('is-visible');
|
438 | 438 | document
|
439 |
| - .querySelector('.modal-dialog') |
| 439 | + .querySelector('.mew-wallet-modal-dialog') |
440 | 440 | .classList.remove('is-visible');
|
441 | 441 | } else {
|
442 | 442 | document
|
|
445 | 445 | document
|
446 | 446 | .querySelector('.mew-wallet-modal-container')
|
447 | 447 | .classList.add('is-visible');
|
448 |
| - document.querySelector('.modal-dialog').classList.add('is-visible'); |
| 448 | + document.querySelector('.mew-wallet-modal-dialog').classList.add('is-visible'); |
449 | 449 | }
|
450 | 450 | };
|
451 | 451 | const background = document.getElementById('mew-wallet-modal');
|
|
0 commit comments