index.module.scss 589 B

1234567891011121314151617
  1. @import './style/index.scss';
  2. :export {
  3. menuBackgroundColor: $menuBackgroundColor;
  4. menuTextColor: $menuTextColor;
  5. menuActiveTextColor: $menuActiveTextColor;
  6. maxHeaderHeigth: $maxHeaderHeigth;
  7. minHeaderHeigth: $minHeaderHeigth;
  8. maxLeftWidth: $maxLeftWidth;
  9. minLeftWidth: $minLeftWidth;
  10. minMenuHeigth: $minMenuHeigth;
  11. maxMenuHeigth: $maxMenuHeigth;
  12. minRightWidth: $minRightWidth;
  13. maxRightWidth: $maxRightWidth;
  14. headerBackgroundColor: $headerBackgroundColor;
  15. minContentHeigth: $minContentHeigth;
  16. maxContentHeigth: $maxContentHeigth;
  17. };