| | |
| | | $yellow:#FEC171;
|
| | | $panGreen: #30B08F;
|
| | |
|
| | | // sidebar
|
| | | $menuText:#bfcbd9;
|
| | | $menuActiveText:#409EFF;
|
| | | $subMenuActiveText:#f4f4f5; // https://github.com/ElemeFE/element/issues/12951
|
| | | // 默认菜单主题风格
|
| | | $base-menu-color:#bfcbd9;
|
| | | $base-menu-color-active:#f4f4f5;
|
| | | $base-menu-background:#304156;
|
| | | $base-logo-title-color: #ffffff;
|
| | |
|
| | | $menuBg:#304156;
|
| | | $menuHover:#263445;
|
| | | $base-menu-light-color:rgba(0,0,0,.70);
|
| | | $base-menu-light-background:#ffffff;
|
| | | $base-logo-light-title-color: #001529;
|
| | |
|
| | | $subMenuBg:#1f2d3d;
|
| | | $subMenuHover:#001528;
|
| | | $base-sub-menu-background:#1f2d3d;
|
| | | $base-sub-menu-hover:#001528;
|
| | |
|
| | | $sideBarWidth: 200px;
|
| | | // 自定义暗色菜单风格
|
| | | /**
|
| | | $base-menu-color:hsla(0,0%,100%,.65);
|
| | | $base-menu-color-active:#fff;
|
| | | $base-menu-background:#001529;
|
| | | $base-logo-title-color: #ffffff;
|
| | |
|
| | | $base-menu-light-color:rgba(0,0,0,.70);
|
| | | $base-menu-light-background:#ffffff;
|
| | | $base-logo-light-title-color: #001529;
|
| | |
|
| | | $base-sub-menu-background:#000c17;
|
| | | $base-sub-menu-hover:#001528;
|
| | | */
|
| | |
|
| | | $base-sidebar-width: 200px;
|
| | |
|
| | | // the :export directive is the magic sauce for webpack
|
| | | // https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass
|
| | | :export {
|
| | | menuText: $menuText;
|
| | | menuActiveText: $menuActiveText;
|
| | | subMenuActiveText: $subMenuActiveText;
|
| | | menuBg: $menuBg;
|
| | | menuHover: $menuHover;
|
| | | subMenuBg: $subMenuBg;
|
| | | subMenuHover: $subMenuHover;
|
| | | sideBarWidth: $sideBarWidth;
|
| | | menuColor: $base-menu-color;
|
| | | menuLightColor: $base-menu-light-color;
|
| | | menuColorActive: $base-menu-color-active;
|
| | | menuBackground: $base-menu-background;
|
| | | menuLightBackground: $base-menu-light-background;
|
| | | subMenuBackground: $base-sub-menu-background;
|
| | | subMenuHover: $base-sub-menu-hover;
|
| | | sideBarWidth: $base-sidebar-width;
|
| | | logoTitleColor: $base-logo-title-color;
|
| | | logoLightTitleColor: $base-logo-light-title-color
|
| | | }
|