2021-04-07 23:14:51 +08:00
|
|
|
.bg-white {
|
2021-04-13 21:43:10 +08:00
|
|
|
background-color: @component-background !important;
|
2021-04-07 23:14:51 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html[data-theme='light'] {
|
|
|
|
|
.text-secondary {
|
2021-10-25 23:49:03 +08:00
|
|
|
color: rgb(0 0 0 / 45%);
|
2021-04-07 23:14:51 +08:00
|
|
|
}
|
2021-07-21 23:19:44 +08:00
|
|
|
|
|
|
|
|
.ant-alert-success {
|
|
|
|
|
border: 1px solid #b7eb8f;
|
2023-07-06 15:00:38 +08:00
|
|
|
background-color: #f6ffed;
|
2021-07-21 23:19:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-alert-error {
|
|
|
|
|
border: 1px solid #ffccc7;
|
2023-07-06 15:00:38 +08:00
|
|
|
background-color: #fff2f0;
|
2021-07-21 23:19:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ant-alert-warning {
|
|
|
|
|
border: 1px solid #ffe58f;
|
2023-07-06 15:00:38 +08:00
|
|
|
background-color: #fffbe6;
|
2021-07-21 23:19:44 +08:00
|
|
|
}
|
2021-08-10 22:34:41 +08:00
|
|
|
|
|
|
|
|
:not(:root):fullscreen::backdrop {
|
|
|
|
|
background-color: @layout-body-background !important;
|
|
|
|
|
}
|
2021-04-07 23:14:51 +08:00
|
|
|
}
|