|
- {"ast":null,"code":"function 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\nfunction _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }\n\nimport { cardTitle, title } from \"assets/jss/nextjs-material-kit.js\";\nimport imagesStyle from \"assets/jss/nextjs-material-kit/imagesStyles.js\";\n\nconst teamStyle = _objectSpread({\n section: {\n padding: \"70px 0\",\n textAlign: \"center\"\n },\n title: _objectSpread({}, title, {\n marginBottom: \"1rem\",\n marginTop: \"30px\",\n minHeight: \"32px\",\n textDecoration: \"none\"\n })\n}, imagesStyle, {\n itemGrid: {\n marginLeft: \"auto\",\n marginRight: \"auto\"\n },\n cardTitle,\n smallTitle: {\n color: \"#6c757d\"\n },\n description: {\n color: \"#999\"\n },\n justifyCenter: {\n justifyContent: \"center !important\"\n },\n socials: {\n marginTop: \"0\",\n width: \"100%\",\n transform: \"none\",\n left: \"0\",\n top: \"0\",\n height: \"100%\",\n lineHeight: \"41px\",\n fontSize: \"20px\",\n color: \"#999\"\n },\n margin5: {\n margin: \"5px\"\n }\n});\n\nexport default teamStyle;","map":null,"metadata":{},"sourceType":"module"}
|