| | |
| | | // $sideBarWidth: 210px; |
| | | |
| | | |
| | | $menuText:#606266; |
| | | // $menuText:#606266; |
| | | // $menuActiveText:#0077DB; |
| | | // // $subMenuActiveText:#606266; //https://github.com/ElemeFE/element/issues/12951 |
| | | // $subMenuActiveText:#0077DB; //https://github.com/ElemeFE/element/issues/12951 |
| | | |
| | | // $menuBg:#fff; |
| | | // $menuHover:#E5F1FB; |
| | | |
| | | // $subMenuBg:#fff; |
| | | // $subMenuHover:#E5F1FB; |
| | | |
| | | // $sideBarWidth: 100px; |
| | | |
| | | |
| | | $menuText:#fff; |
| | | $menuActiveText:#0077DB; |
| | | // $subMenuActiveText:#606266; //https://github.com/ElemeFE/element/issues/12951 |
| | | $subMenuActiveText:#0077DB; //https://github.com/ElemeFE/element/issues/12951 |
| | | |
| | | $menuBg:#fff; |
| | | $menuHover:#E5F1FB; |
| | | $menuBg:#0077DB; |
| | | $menuHover:#fff; |
| | | |
| | | $subMenuBg:#fff; |
| | | $subMenuHover:#E5F1FB; |
| | | $subMenuHover:#0077DB; |
| | | |
| | | $sideBarWidth: 200px; |
| | | $sideBarWidth: 100px; |
| | | |
| | | // the :export directive is the magic sauce for webpack |
| | | // https://www.bluematador.com/blog/how-to-share-variables-between-js-and-sass |