2023-05-15 08:51:32 +08:00
|
|
|
.modal {
|
|
|
|
|
max-width: 720px !important;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
overflow-y: auto;
|
2023-06-16 21:47:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.data-source-icon {
|
|
|
|
|
background: url(../assets/data-source.svg) center center no-repeat;
|
|
|
|
|
background-size: cover;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.data-source-solid-icon {
|
|
|
|
|
background: url(../assets/data-source-blue.svg) center center no-repeat;
|
|
|
|
|
background-size: cover;
|
2023-05-15 08:51:32 +08:00
|
|
|
}
|