2024-03-04 17:42:17 +05:30
|
|
|
.create-alert-modal {
|
2024-04-24 15:48:48 +05:30
|
|
|
.ant-modal-content {
|
|
|
|
|
background-color: var(--bg-ink-300);
|
|
|
|
|
.ant-modal-confirm-title {
|
|
|
|
|
color: var(--bg-vanilla-100);
|
|
|
|
|
}
|
2024-03-04 17:42:17 +05:30
|
|
|
|
2024-04-24 15:48:48 +05:30
|
|
|
.ant-modal-confirm-content {
|
|
|
|
|
.ant-typography {
|
|
|
|
|
color: var(--bg-vanilla-100);
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-03-04 17:42:17 +05:30
|
|
|
|
2024-04-24 15:48:48 +05:30
|
|
|
.ant-modal-confirm-btns {
|
|
|
|
|
button:nth-of-type(1) {
|
|
|
|
|
background-color: var(--bg-slate-400);
|
|
|
|
|
border: none;
|
|
|
|
|
color: var(--bg-vanilla-100);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-03-04 17:42:17 +05:30
|
|
|
}
|
|
|
|
|
|
2024-10-14 10:31:02 +05:30
|
|
|
.steps-container {
|
|
|
|
|
width: 80%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.qb-chart-preview-container {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
gap: 1rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.overview-header {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
|
|
.alert-type-container {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 8px;
|
|
|
|
|
|
|
|
|
|
.alert-type-title {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
align-items: center;
|
|
|
|
|
gap: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-typography {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.chart-preview-container {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
gap: 1rem;
|
|
|
|
|
|
|
|
|
|
.ant-card {
|
|
|
|
|
flex: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detection-method-container {
|
|
|
|
|
margin: 24px 0;
|
|
|
|
|
|
|
|
|
|
.ant-tabs-nav {
|
|
|
|
|
margin-bottom: 0;
|
|
|
|
|
|
|
|
|
|
.ant-tabs-tab {
|
|
|
|
|
padding: 12px 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detection-method-description {
|
|
|
|
|
padding: 8px 0;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-13 23:50:47 +05:30
|
|
|
.info-help-btns {
|
|
|
|
|
display: grid;
|
|
|
|
|
grid-template-columns: auto auto;
|
|
|
|
|
gap: 12px;
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
|
|
.doc-redirection-btn {
|
|
|
|
|
color: var(--bg-aqua-500) !important;
|
|
|
|
|
border-color: var(--bg-aqua-500) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.facing-issue-btn {
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-03-04 17:42:17 +05:30
|
|
|
.lightMode {
|
2024-06-05 12:11:11 +05:30
|
|
|
.main-container {
|
|
|
|
|
.plot-tag {
|
|
|
|
|
background: var(--bg-vanilla-300);
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-04-24 15:48:48 +05:30
|
|
|
.ant-modal-content {
|
|
|
|
|
background-color: var(--bg-vanilla-100);
|
|
|
|
|
.ant-modal-confirm-title {
|
|
|
|
|
color: var(--bg-ink-500);
|
|
|
|
|
}
|
2024-03-04 17:42:17 +05:30
|
|
|
|
2024-04-24 15:48:48 +05:30
|
|
|
.ant-modal-confirm-content {
|
|
|
|
|
.ant-typography {
|
|
|
|
|
color: var(--bg-ink-500);
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-03-04 17:42:17 +05:30
|
|
|
|
2024-04-24 15:48:48 +05:30
|
|
|
.ant-modal-confirm-btns {
|
|
|
|
|
button:nth-of-type(1) {
|
|
|
|
|
background-color: var(--bg-vanilla-300);
|
|
|
|
|
border: none;
|
|
|
|
|
color: var(--bg-ink-500);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2024-06-13 23:50:47 +05:30
|
|
|
.info-help-btns {
|
|
|
|
|
.doc-redirection-btn {
|
|
|
|
|
color: var(--bg-aqua-600) !important;
|
|
|
|
|
border-color: var(--bg-aqua-600) !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-04-24 15:48:48 +05:30
|
|
|
}
|
2024-06-14 11:23:34 +05:30
|
|
|
|
|
|
|
|
.create-notification-btn {
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|