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
+24 -1
View File
@@ -54,6 +54,28 @@
height: 48px;
line-height: normal;
padding: 0 16px !important;
color: $menuText !important;
}
.el-menu-item:hover,
.el-sub-menu__title:hover {
background-color: $menuHover !important;
}
.el-menu-item.is-active {
position: relative;
color: $menuActiveText !important;
background-color: $menuActiveBg !important;
}
.el-menu-item.is-active::before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 2px;
content: "";
background-color: $menuActiveBorder;
}
.svg-icon {
@@ -61,6 +83,8 @@
width: 18px;
height: 18px;
margin-right: 0;
color: currentColor;
fill: currentColor;
}
.menu-title {
@@ -236,4 +260,3 @@
}
}
}