{"ast":null,"code":"import _defineProperty from \"@babel/runtime/helpers/esm/defineProperty\";\n\nfunction ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }\n\nfunction _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }\n\nimport { title } from \"assets/jss/nextjs-material-kit.js\";\nvar workStyle = {\n section: {\n padding: \"70px 0\"\n },\n title: _objectSpread({}, title, {\n marginBottom: \"50px\",\n marginTop: \"30px\",\n minHeight: \"32px\",\n textDecoration: \"none\",\n textAlign: \"center\"\n }),\n description: {\n color: \"#999\",\n textAlign: \"center\"\n },\n textCenter: {\n textAlign: \"center\"\n },\n textArea: {\n marginRight: \"15px\",\n marginLeft: \"15px\"\n }\n};\nexport default workStyle;","map":null,"metadata":{},"sourceType":"module"}