|  |  | 
 |  |  |     -webkit-transition: width .28s; | 
 |  |  |     transition: width 0.28s; | 
 |  |  |     width: $base-sidebar-width !important; | 
 |  |  |     background: -webkit-linear-gradient(bottom, #3d6df8, #5b8cff); | 
 |  |  |     // background: -webkit-linear-gradient(bottom, #3d6df8, #5b8cff); | 
 |  |  |  | 
 |  |  |     height: 100%; | 
 |  |  |     position: fixed; | 
 |  |  | 
 |  |  |     & .nest-menu .el-submenu>.el-submenu__title, | 
 |  |  |     & .el-submenu .el-menu-item { | 
 |  |  |       min-width: $base-sidebar-width !important; | 
 |  |  |  | 
 |  |  | color: rgb(20, 99, 246); | 
 |  |  | font-weight: 600; | 
 |  |  |       &:hover { | 
 |  |  |         background-color: rgba(0, 0, 0, 0.06) !important; | 
 |  |  |       } | 
 |  |  | 
 |  |  |     & .theme-dark .nest-menu .el-submenu>.el-submenu__title, | 
 |  |  |     & .theme-dark .el-submenu .el-menu-item { | 
 |  |  |       background-color: $base-sub-menu-background !important; | 
 |  |  |  | 
 |  |  | font-size: 16px; | 
 |  |  | font-family: 'Verdana', sans-serif; | 
 |  |  |       &:hover { | 
 |  |  |         background-color: $base-sub-menu-hover !important; | 
 |  |  |       } |