diff --git a/client/build/asset-manifest.json b/client/build/asset-manifest.json index 8299771..522ee23 100644 --- a/client/build/asset-manifest.json +++ b/client/build/asset-manifest.json @@ -1,22 +1,25 @@ { "files": { - "main.css": "/static/css/main.cada1265.chunk.css", - "main.js": "/static/js/main.3f5ea67c.chunk.js", - "main.js.map": "/static/js/main.3f5ea67c.chunk.js.map", - "runtime-main.js": "/static/js/runtime-main.e7edc0d2.js", - "runtime-main.js.map": "/static/js/runtime-main.e7edc0d2.js.map", - "static/js/2.6c19819d.chunk.js": "/static/js/2.6c19819d.chunk.js", - "static/js/2.6c19819d.chunk.js.map": "/static/js/2.6c19819d.chunk.js.map", - "static/js/3.feab56bb.chunk.js": "/static/js/3.feab56bb.chunk.js", - "static/js/3.feab56bb.chunk.js.map": "/static/js/3.feab56bb.chunk.js.map", + "main.css": "/static/css/main.df392f58.chunk.css", + "main.js": "/static/js/main.f00f7f92.chunk.js", + "main.js.map": "/static/js/main.f00f7f92.chunk.js.map", + "runtime-main.js": "/static/js/runtime-main.3a03ddd0.js", + "runtime-main.js.map": "/static/js/runtime-main.3a03ddd0.js.map", + "static/css/2.015dc0ab.chunk.css": "/static/css/2.015dc0ab.chunk.css", + "static/js/2.0cc5fa69.chunk.js": "/static/js/2.0cc5fa69.chunk.js", + "static/js/2.0cc5fa69.chunk.js.map": "/static/js/2.0cc5fa69.chunk.js.map", + "static/js/3.2f629505.chunk.js": "/static/js/3.2f629505.chunk.js", + "static/js/3.2f629505.chunk.js.map": "/static/js/3.2f629505.chunk.js.map", "index.html": "/index.html", - "static/css/main.cada1265.chunk.css.map": "/static/css/main.cada1265.chunk.css.map", - "static/js/2.6c19819d.chunk.js.LICENSE.txt": "/static/js/2.6c19819d.chunk.js.LICENSE.txt" + "static/css/2.015dc0ab.chunk.css.map": "/static/css/2.015dc0ab.chunk.css.map", + "static/css/main.df392f58.chunk.css.map": "/static/css/main.df392f58.chunk.css.map", + "static/js/2.0cc5fa69.chunk.js.LICENSE.txt": "/static/js/2.0cc5fa69.chunk.js.LICENSE.txt" }, "entrypoints": [ - "static/js/runtime-main.e7edc0d2.js", - "static/js/2.6c19819d.chunk.js", - "static/css/main.cada1265.chunk.css", - "static/js/main.3f5ea67c.chunk.js" + "static/js/runtime-main.3a03ddd0.js", + "static/css/2.015dc0ab.chunk.css", + "static/js/2.0cc5fa69.chunk.js", + "static/css/main.df392f58.chunk.css", + "static/js/main.f00f7f92.chunk.js" ] } \ No newline at end of file diff --git a/client/build/favicon.svg b/client/build/favicon.svg new file mode 100644 index 0000000..a14d4d3 --- /dev/null +++ b/client/build/favicon.svg @@ -0,0 +1,5 @@ + diff --git a/client/build/index.html b/client/build/index.html index eab4a64..7c89a3c 100644 --- a/client/build/index.html +++ b/client/build/index.html @@ -1 +1 @@ -
`s get reset. However, we also reset the\n// bottom margin to use `em` units instead of `em`.\np {\n margin-top: 0;\n margin-bottom: 1em;\n}\n\n// Abbreviations\n//\n// 1. remove the bottom border in Firefox 39-.\n// 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Duplicate behavior to the data-* attribute for our tooltip plugin\n\nabbr[title],\nabbr[data-original-title] {\n // 4\n text-decoration: underline; // 2\n text-decoration: underline dotted; // 2\n border-bottom: 0; // 1\n cursor: help; // 3\n}\n\naddress {\n margin-bottom: 1em;\n font-style: normal;\n line-height: inherit;\n}\n\ninput[type='text'],\ninput[type='password'],\ninput[type='number'],\ntextarea {\n -webkit-appearance: none;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1em;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 500;\n}\n\ndd {\n margin-bottom: 0.5em;\n margin-left: 0; // Undo browser default\n}\n\nblockquote {\n margin: 0 0 1em;\n}\n\ndfn {\n font-style: italic; // Add the correct font style in Android 4.3-\n}\n\nb,\nstrong {\n font-weight: bolder; // Add the correct font weight in Chrome, Edge, and Safari\n}\n\nsmall {\n font-size: 80%; // Add the correct font size in all browsers\n}\n\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n//\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -0.25em;\n}\nsup {\n top: -0.5em;\n}\n\n//\n// Links\n//\n\na {\n color: @link-color;\n text-decoration: @link-decoration;\n background-color: transparent; // remove the gray background on active links in IE 10.\n outline: none;\n cursor: pointer;\n transition: color 0.3s;\n -webkit-text-decoration-skip: objects; // remove gaps in links underline in iOS 8+ and Safari 8+.\n\n &:hover {\n color: @link-hover-color;\n }\n\n &:active {\n color: @link-active-color;\n }\n\n &:active,\n &:hover {\n text-decoration: @link-hover-decoration;\n outline: 0;\n }\n\n // https://github.com/ant-design/ant-design/issues/22503\n &:focus {\n text-decoration: @link-focus-decoration;\n outline: @link-focus-outline;\n }\n\n &[disabled] {\n color: @disabled-color;\n cursor: not-allowed;\n pointer-events: none;\n }\n}\n\n//\n// Code\n//\n\npre,\ncode,\nkbd,\nsamp {\n font-size: 1em; // Correct the odd `em` font sizing in all browsers.\n font-family: @code-family;\n}\n\npre {\n // remove browser default top margin\n margin-top: 0;\n // Reset browser default of `1em` to use `em`s\n margin-bottom: 1em;\n // Don't allow content to break outside\n overflow: auto;\n}\n\n//\n// Figures\n//\nfigure {\n // Apply a consistent margin strategy (matches our type styles).\n margin: 0 0 1em;\n}\n\n//\n// Images and content\n//\n\nimg {\n vertical-align: middle;\n border-style: none; // remove the border on images inside links in IE 10-.\n}\n\nsvg:not(:root) {\n overflow: hidden; // Hide the overflow in IE\n}\n\n// Avoid 300ms click delay on touch devices that support the `touch-action` CSS property.\n//\n// In particular, unlike most other browsers, IE11+Edge on Windows 10 on touch devices and IE Mobile 10-11\n// DON'T remove the click delay when `` is present.\n// However, they DO support emoving the click delay via `touch-action: manipulation`.\n// See:\n// * https://getbootstrap.com/docs/4.0/content/reboot/#click-delay-optimization-for-touch\n// * http://caniuse.com/#feat=css-touch-action\n// * https://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay\n\na,\narea,\nbutton,\n[role='button'],\ninput:not([type='range']),\nlabel,\nselect,\nsummary,\ntextarea {\n touch-action: manipulation;\n}\n\n//\n// Tables\n//\n\ntable {\n border-collapse: collapse; // Prevent double borders\n}\n\ncaption {\n padding-top: 0.75em;\n padding-bottom: 0.3em;\n color: @text-color-secondary;\n text-align: left;\n caption-side: bottom;\n}\n\nth {\n // Matches default `