Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1 строка
2.3 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 { container, title } from \"assets/jss/nextjs-material-kit.js\";\nconst pillsStyle = {\n section: {\n padding: \"70px 0\"\n },\n container,\n title: _objectSpread({}, title, {\n marginTop: \"30px\",\n minHeight: \"32px\",\n textDecoration: \"none\"\n })\n};\nexport default pillsStyle;","map":{"version":3,"sources":["E:/Project/tbg-ecomm-nextjs/assets/jss/nextjs-material-kit/pages/componentsSections/pillsStyle.js"],"names":["container","title","pillsStyle","section","padding","marginTop","minHeight","textDecoration"],"mappings":";;;;;;AAAA,SAASA,SAAT,EAAoBC,KAApB,QAAiC,mCAAjC;AAEA,MAAMC,UAAU,GAAG;AACjBC,EAAAA,OAAO,EAAE;AACPC,IAAAA,OAAO,EAAE;AADF,GADQ;AAIjBJ,EAAAA,SAJiB;AAKjBC,EAAAA,KAAK,oBACAA,KADA;AAEHI,IAAAA,SAAS,EAAE,MAFR;AAGHC,IAAAA,SAAS,EAAE,MAHR;AAIHC,IAAAA,cAAc,EAAE;AAJb;AALY,CAAnB;AAaA,eAAeL,UAAf","sourcesContent":["import { container, title } from \"assets/jss/nextjs-material-kit.js\";\r\n\r\nconst pillsStyle = {\r\n section: {\r\n padding: \"70px 0\"\r\n },\r\n container,\r\n title: {\r\n ...title,\r\n marginTop: \"30px\",\r\n minHeight: \"32px\",\r\n textDecoration: \"none\"\r\n }\r\n};\r\n\r\nexport default pillsStyle;\r\n"]},"metadata":{},"sourceType":"module"}