You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
409 B

  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", {
  3. value: true
  4. });
  5. exports.default = {
  6. iconSize: 24,
  7. desktopGutter: 24,
  8. desktopGutterMore: 32,
  9. desktopGutterLess: 16,
  10. desktopGutterMini: 8,
  11. desktopKeylineIncrement: 64,
  12. desktopDropDownMenuItemHeight: 32,
  13. desktopDropDownMenuFontSize: 15,
  14. desktopDrawerMenuItemHeight: 48,
  15. desktopSubheaderHeight: 48,
  16. desktopToolbarHeight: 56
  17. };