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.9 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 } from \"assets/jss/nextjs-material-kit.js\";\nimport tooltip from \"assets/jss/nextjs-material-kit/tooltipsStyle.js\";\n\nvar headerLinksStyle = function headerLinksStyle(theme) {\n var _notificationNavLink, _registerNavLink;\n\n return _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: _defineProperty({\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 listItemText: {\n padding: \"0 !important\"\n },\n navLink: _defineProperty({\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 notificationNavLink: (_notificationNavLink = {}, _defineProperty(_notificationNavLink, theme.breakpoints.down(\"md\"), {\n top: \"0\",\n margin: \"5px 15px\"\n }), _defineProperty(_notificationNavLink, \"color\", \"#FFF\"), _defineProperty(_notificationNavLink, \"fontWeight\", \"400\"), _defineProperty(_notificationNavLink, \"fontSize\", \"12px\"), _defineProperty(_notificationNavLink, \"textTransform\", \"uppercase\"), _defineProperty(_notificationNavLink, \"lineHeight\", \"20px\"), _defineProperty(_notificationNavLink, \"textDecoration\", \"none\"), _defineProperty(_notificationNavLink, \"margin\", \"0px\"), _defineProperty(_notificationNavLink, \"display\", \"inline-flex\"), _defineProperty(_notificationNavLink, \"top\", \"4px\"), _notificationNavLink),\n registerNavLink: (_registerNavLink = {}, _defineProperty(_registerNavLink, theme.breakpoints.down(\"md\"), {\n top: \"0\",\n margin: \"5px 15px\"\n }), _defineProperty(_registerNavLink, \"top\", \"3px\"), _defineProperty(_registerNavLink, \"position\", \"relative\"), _defineProperty(_registerNavLink, \"fontWeight\", \"400\"), _defineProperty(_registerNavLink, \"fontSize\", \"12px\"), _defineProperty(_registerNavLink, \"textTransform\", \"uppercase\"), _defineProperty(_registerNavLink, \"lineHeight\", \"20px\"), _defineProperty(_registerNavLink, \"textDecoration\", \"none\"), _defineProperty(_registerNavLink, \"margin\", \"0px\"), _defineProperty(_registerNavLink, \"display\", \"inline-flex\"), _registerNavLink),\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};\n\nexport default headerLinksStyle;","map":null,"metadata":{},"sourceType":"module"}