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

1 строка
2.4 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 { container, title } from \"assets/jss/nextjs-material-kit.js\";\nimport imagesStyle from \"assets/jss/nextjs-material-kit/imagesStyles.js\";\n\nvar profilePageStyle = _objectSpread({\n container: container,\n profile: {\n textAlign: \"center\",\n \"& img\": {\n maxWidth: \"160px\",\n width: \"100%\",\n margin: \"0 auto\",\n transform: \"translate3d(0, -50%, 0)\"\n }\n },\n description: {\n margin: \"1.071rem auto 0\",\n maxWidth: \"600px\",\n color: \"#999\",\n textAlign: \"center !important\"\n },\n name: {\n marginTop: \"-80px\"\n }\n}, imagesStyle, {\n main: {\n background: \"#FFFFFF\",\n position: \"relative\",\n zIndex: \"3\"\n },\n mainRaised: {\n margin: \"-60px 30px 0px\",\n borderRadius: \"6px\",\n boxShadow: \"0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)\"\n },\n title: _objectSpread({}, title, {\n display: \"inline-block\",\n position: \"relative\",\n marginTop: \"30px\",\n minHeight: \"32px\",\n textDecoration: \"none\"\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 navWrapper: {\n margin: \"20px auto 50px auto\",\n textAlign: \"center\"\n }\n});\n\nexport default profilePageStyle;","map":null,"metadata":{},"sourceType":"module"}