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
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.lightMode {
|
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);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.facing-issue-btn {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|