vue-vben-admin/src/design/theme.less

29 lines
519 B
Plaintext
Raw Normal View History

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
}
.ant-alert-success {
border: 1px solid #b7eb8f;
background-color: #f6ffed;
}
.ant-alert-error {
border: 1px solid #ffccc7;
background-color: #fff2f0;
}
.ant-alert-warning {
border: 1px solid #ffe58f;
background-color: #fffbe6;
}
:not(:root):fullscreen::backdrop {
background-color: @layout-body-background !important;
}
2021-04-07 23:14:51 +08:00
}