Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 

1 ligne
2.2 KiB

  1. {"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 { defaultFont, primaryColor, infoColor, successColor, warningColor, dangerColor } from \"assets/jss/nextjs-material-kit.js\";\nconst 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"}