2023-11-04 04:37:13 +07:00
|
|
|
.json_popup__content {
|
|
|
|
|
padding: 40px;
|
|
|
|
|
max-width: 100vw;
|
|
|
|
|
width: 620px;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
background-color: #263163;
|
|
|
|
|
position: relative;
|
2024-06-24 16:34:41 +03:00
|
|
|
display: flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
gap: 20px;
|
2023-11-04 04:37:13 +07:00
|
|
|
|
2024-06-24 16:34:41 +03:00
|
|
|
.json_popup__content__json {
|
2023-11-04 04:37:13 +07:00
|
|
|
padding: 20px;
|
|
|
|
|
width: 100%;
|
2024-06-26 17:16:01 +03:00
|
|
|
height: 260px;
|
2023-11-04 04:37:13 +07:00
|
|
|
border-radius: 10px;
|
|
|
|
|
background-color: #0c1845;
|
2024-06-24 16:34:41 +03:00
|
|
|
overflow: auto;
|
2023-11-04 04:37:13 +07:00
|
|
|
}
|
|
|
|
|
|
2024-06-24 16:34:41 +03:00
|
|
|
.json_popup__close_btn {
|
2023-11-04 04:37:13 +07:00
|
|
|
position: absolute;
|
|
|
|
|
top: 10px;
|
|
|
|
|
right: 10px;
|
|
|
|
|
|
|
|
|
|
> svg {
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|