|
@@ -8,10 +8,10 @@
|
|
|
}
|
|
|
|
|
|
.sidebar-container {
|
|
|
- width: 150px;
|
|
|
+ width: 240px;
|
|
|
// transition: width 0.28s;
|
|
|
// width: $sideBarWidth !important;
|
|
|
- background-color: #041741;
|
|
|
+ background-color: #074FB8;
|
|
|
// height: 100%;
|
|
|
padding: 16px 0 32px 0;
|
|
|
// border-radius: 6px;
|
|
@@ -74,7 +74,10 @@
|
|
|
height: 100%;
|
|
|
width: 100% !important;
|
|
|
> div {
|
|
|
- background: #041741 !important;
|
|
|
+ background: #074FB8 !important;
|
|
|
+ }
|
|
|
+ .el-menu-item{
|
|
|
+ background-color: #074FB8 !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -82,14 +85,13 @@
|
|
|
// .submenu-title-noDropdown,
|
|
|
.el-submenu__title {
|
|
|
&:hover {
|
|
|
- background-color: #2d67e3 !important;
|
|
|
+ background-color: initial !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.submenu-title-noDropdown {
|
|
|
&:hover {
|
|
|
- // background-color: initial !important;
|
|
|
- background: #2d67e3 !important;
|
|
|
+ background-color: initial !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -102,14 +104,14 @@
|
|
|
min-width: $sideBarWidth !important;
|
|
|
background-color: $subMenuBg !important;
|
|
|
&:hover {
|
|
|
- // background-color: $subMenuHover !important;
|
|
|
+ background-color: $subMenuHover !important;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.hideSidebar {
|
|
|
.sidebar-container {
|
|
|
- width: 150px;
|
|
|
+ width: 250px;
|
|
|
}
|
|
|
|
|
|
.main-container {
|