| 1 |
.ka-theme-builder-modal { |
| 2 |
position: fixed; |
| 3 |
inset: 0; |
| 4 |
display: flex; |
| 5 |
align-items: center; |
| 6 |
justify-content: center; |
| 7 |
z-index: 9999; |
| 8 |
} |
| 9 |
|
| 10 |
.ka-theme-builder-modal__backdrop { |
| 11 |
position: absolute; |
| 12 |
inset: 0; |
| 13 |
background: rgba(0, 0, 0, 0.45); |
| 14 |
} |
| 15 |
|
| 16 |
.ka-theme-builder-modal__content { |
| 17 |
position: relative; |
| 18 |
background: #fff; |
| 19 |
padding: 24px; |
| 20 |
max-width: 540px; |
| 21 |
width: 100%; |
| 22 |
border-radius: 6px; |
| 23 |
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); |
| 24 |
z-index: 1; |
| 25 |
} |
| 26 |
|
| 27 |
.ka-theme-builder-modal__content h2 { |
| 28 |
margin-top: 0; |
| 29 |
} |
| 30 |
|
| 31 |
.ka-theme-builder-modal__content p { |
| 32 |
margin: 12px 0; |
| 33 |
} |
| 34 |
|
| 35 |
|
| 36 |
|
| 37 |
|
| 38 |
|