|
|
@ -144,6 +144,9 @@ export default { |
|
|
|
top: 0; |
|
|
|
z-index: 9999; |
|
|
|
background-color: rgba($color: #000000, $alpha: 0.8); |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
.info-dialog { |
|
|
|
width: 960px; |
|
|
|
height: auto; |
|
|
@ -151,8 +154,8 @@ export default { |
|
|
|
background: url('../../../../../../assets/img/modules/visual/warning-box.png') no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
position: absolute; |
|
|
|
left: 30%; |
|
|
|
top: 25%; |
|
|
|
// left: 30%; |
|
|
|
// top: 25%; |
|
|
|
z-index: 999; |
|
|
|
&-close { |
|
|
|
position: absolute; |
|
|
|