fix(frontend): полная зачистка UI legacy и унификация брендовой палитры (fix41)

This commit is contained in:
2026-05-21 15:14:56 +05:00
parent 85798bebb6
commit 782520848d
27 changed files with 152 additions and 1287 deletions
+3 -3
View File
@@ -194,7 +194,7 @@ const handleLogin = () => {
width: 100%;
min-height: 100%;
overflow: hidden;
background-color: #2d3a4b;
background-color: var(--menuBg);
.login-form {
width: 520px;
@@ -206,8 +206,8 @@ const handleLogin = () => {
}
.el-form-item {
background: rgb(0 0 0 / 10%);
border: 1px solid rgb(255 255 255 / 10%);
background: var(--subMenuBg);
border: 1px solid rgb(255 255 255 / 12%);
border-radius: 5px;
}