19 lines
409 B
JavaScript
Raw Normal View History

2020-05-19 11:43:42 +03:00
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
iconSize: 24,
desktopGutter: 24,
desktopGutterMore: 32,
desktopGutterLess: 16,
desktopGutterMini: 8,
desktopKeylineIncrement: 64,
desktopDropDownMenuItemHeight: 32,
desktopDropDownMenuFontSize: 15,
desktopDrawerMenuItemHeight: 48,
desktopSubheaderHeight: 48,
desktopToolbarHeight: 56
};