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.
 
 

1 line
2.1 KiB

  1. {"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 { defaultFont, primaryColor, infoColor, successColor, warningColor, dangerColor } from \"assets/jss/nextjs-material-kit.js\";\nvar typographyStyle = {\n defaultFontStyle: _objectSpread({}, defaultFont, {\n fontSize: \"14px\"\n }),\n defaultHeaderMargins: {\n marginTop: \"20px\",\n marginBottom: \"10px\"\n },\n quote: {\n padding: \"10px 20px\",\n margin: \"0 0 20px\",\n fontSize: \"17.5px\",\n borderLeft: \"5px solid #eee\"\n },\n quoteText: {\n margin: \"0 0 10px\",\n fontStyle: \"italic\"\n },\n quoteAuthor: {\n display: \"block\",\n fontSize: \"80%\",\n lineHeight: \"1.42857143\",\n color: \"#777\"\n },\n mutedText: {\n color: \"#777\"\n },\n primaryText: {\n color: primaryColor\n },\n infoText: {\n color: infoColor\n },\n successText: {\n color: successColor\n },\n warningText: {\n color: warningColor\n },\n dangerText: {\n color: dangerColor\n },\n smallText: {\n fontSize: \"65%\",\n fontWeight: \"400\",\n lineHeight: \"1\",\n color: \"#777\"\n }\n};\nexport default typographyStyle;","map":null,"metadata":{},"sourceType":"module"}