fix(frontend): полная зачистка UI legacy и унификация брендовой палитры (fix41)
This commit is contained in:
@@ -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 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user