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
4.0 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 } from \"assets/jss/nextjs-material-kit.js\";\nimport tooltip from \"assets/jss/nextjs-material-kit/tooltipsStyle.js\";\n\nconst headerLinksStyle = theme => _objectSpread({\n list: _objectSpread({}, defaultFont, {\n fontSize: \"14px\",\n margin: 0,\n paddingLeft: \"0\",\n listStyle: \"none\",\n paddingTop: \"0\",\n paddingBottom: \"0\",\n color: \"inherit\"\n }),\n listItem: {\n float: \"left\",\n color: \"inherit\",\n position: \"relative\",\n display: \"block\",\n width: \"auto\",\n margin: \"0\",\n padding: \"0\",\n [theme.breakpoints.down(\"sm\")]: {\n width: \"100%\",\n \"&:after\": {\n width: \"100%\",\n content: '\"\"',\n display: \"block\",\n height: \"1px\",\n backgroundColor: \"#e5e5e5\"\n }\n }\n },\n listItemText: {\n padding: \"0 !important\"\n },\n navLink: {\n color: \"inherit\",\n position: \"relative\",\n padding: \"0.9375rem\",\n fontWeight: \"400\",\n fontSize: \"12px\",\n textTransform: \"uppercase\",\n borderRadius: \"3px\",\n lineHeight: \"20px\",\n textDecoration: \"none\",\n margin: \"0px\",\n display: \"inline-flex\",\n \"&:hover,&:focus\": {\n color: \"inherit\",\n background: \"rgba(200, 200, 200, 0.2)\"\n },\n [theme.breakpoints.down(\"sm\")]: {\n width: \"calc(100% - 30px)\",\n marginLeft: \"15px\",\n marginBottom: \"8px\",\n marginTop: \"8px\",\n textAlign: \"left\",\n \"& > span:first-child\": {\n justifyContent: \"flex-start\"\n }\n }\n },\n notificationNavLink: {\n [theme.breakpoints.down(\"md\")]: {\n top: \"0\",\n margin: \"5px 15px\"\n },\n color: \"#FFF\",\n fontWeight: \"400\",\n fontSize: \"12px\",\n textTransform: \"uppercase\",\n lineHeight: \"20px\",\n textDecoration: \"none\",\n margin: \"0px\",\n display: \"inline-flex\",\n top: \"4px\"\n },\n registerNavLink: {\n [theme.breakpoints.down(\"md\")]: {\n top: \"0\",\n margin: \"5px 15px\"\n },\n top: \"3px\",\n position: \"relative\",\n fontWeight: \"400\",\n fontSize: \"12px\",\n textTransform: \"uppercase\",\n lineHeight: \"20px\",\n textDecoration: \"none\",\n margin: \"0px\",\n display: \"inline-flex\"\n },\n navLinkActive: {\n color: \"inherit\",\n backgroundColor: \"rgba(255, 255, 255, 0.1)\"\n },\n icons: {\n width: \"20px\",\n height: \"20px\",\n marginRight: \"3px\"\n },\n socialIcons: {\n position: \"relative\",\n fontSize: \"20px !important\",\n marginRight: \"4px\"\n },\n dropdownLink: {\n \"&,&:hover,&:focus\": {\n color: \"inherit\",\n textDecoration: \"none\",\n display: \"block\",\n padding: \"10px 20px\"\n }\n }\n}, tooltip, {\n marginRight5: {\n marginRight: \"5px\"\n }\n});\n\nexport default headerLinksStyle;","map":null,"metadata":{},"sourceType":"module"}