style: background to background-color

This commit is contained in:
Vben
2021-04-13 21:43:10 +08:00
parent c9089c3243
commit 2cdf2c28c4
66 changed files with 142 additions and 142 deletions

View File

@@ -95,7 +95,7 @@
html[data-theme='dark'] {
.@{prefix-cls} {
background: @dark-bg;
background-color: @dark-bg;
&::before {
background-image: url(/@/assets/svg/login-bg-dark.svg);
@@ -123,10 +123,10 @@
.@{prefix-cls} {
overflow: hidden;
@media (max-width: @screen-xl) {
background: #293146;
background-color: #293146;
.@{prefix-cls}-form {
background: #fff;
background-color: #fff;
}
}