| 1 |
#imh-6310-myplugin-modal { |
| 2 |
position: fixed; |
| 3 |
inset: 0; |
| 4 |
z-index: 999999; |
| 5 |
} |
| 6 |
|
| 7 |
.imh-6310-myplugin-overlay { |
| 8 |
position: absolute; |
| 9 |
inset: 0; |
| 10 |
background: rgba(0, 0, 0, 0.6); |
| 11 |
} |
| 12 |
|
| 13 |
.imh-6310-myplugin-popup { |
| 14 |
position: relative; |
| 15 |
width: 500px; |
| 16 |
max-width: 90%; |
| 17 |
background: #fff; |
| 18 |
margin: 80px auto; |
| 19 |
padding: 25px; |
| 20 |
border-radius: 8px; |
| 21 |
z-index: 2; |
| 22 |
} |
| 23 |
|
| 24 |
.imh-6310-myplugin-popup h2 { |
| 25 |
margin-top: 0; |
| 26 |
} |
| 27 |
|
| 28 |
.imh-6310-myplugin-popup label { |
| 29 |
display: block; |
| 30 |
margin-bottom: 12px; |
| 31 |
} |
| 32 |
|
| 33 |
.imh-6310-myplugin-popup textarea { |
| 34 |
width: 100%; |
| 35 |
margin-top: 15px; |
| 36 |
} |
| 37 |
|
| 38 |
.imh-6310-myplugin-actions { |
| 39 |
margin-top: 20px; |
| 40 |
} |