2023-11-23 14:10:34 +05:30
|
|
|
.fullscreen-grid-container {
|
|
|
|
|
overflow: auto;
|
2024-03-01 14:51:50 +05:30
|
|
|
margin: 8px -8px;
|
2023-11-23 14:10:34 +05:30
|
|
|
|
|
|
|
|
.react-grid-layout {
|
|
|
|
|
border: none !important;
|
2024-01-31 14:25:27 +05:30
|
|
|
margin-top: 0;
|
2023-11-23 14:10:34 +05:30
|
|
|
}
|
|
|
|
|
}
|
2023-12-14 22:56:25 +05:30
|
|
|
|
|
|
|
|
.widget-graph-container {
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
|
|
&.graph {
|
|
|
|
|
height: calc(100% - 30px);
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-01-31 14:25:27 +05:30
|
|
|
|
2024-02-20 16:21:07 +05:30
|
|
|
.widget-full-view {
|
|
|
|
|
.ant-modal-content {
|
|
|
|
|
background-color: var(--bg-ink-400);
|
|
|
|
|
|
|
|
|
|
.ant-modal-header {
|
|
|
|
|
background-color: var(--bg-ink-400);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-01-31 14:25:27 +05:30
|
|
|
.lightMode {
|
|
|
|
|
.fullscreen-grid-container {
|
|
|
|
|
background-color: rgb(250, 250, 250);
|
|
|
|
|
}
|
2024-02-20 16:21:07 +05:30
|
|
|
|
|
|
|
|
.widget-full-view {
|
|
|
|
|
.ant-modal-content {
|
|
|
|
|
background-color: var(--bg-vanilla-100);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-modal-header {
|
|
|
|
|
background-color: var(--bg-vanilla-100);
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-01-31 14:25:27 +05:30
|
|
|
}
|