dashy/js/chunk-724820ea.b6da96e1.js.map

1 line
5.9 KiB
Plaintext

{"version":3,"sources":["webpack:///./src/views/404.vue?f3d7","webpack:///./src/views/404.vue?e44a","webpack:///src/views/404.vue","webpack:///./src/views/404.vue?b6a0","webpack:///./src/views/404.vue"],"names":["render","_vm","this","_h","$createElement","_c","_self","staticClass","_v","_m","attrs","staticRenderFns","name","methods","document","getElementsByTagName","setAttribute","setTheme","component"],"mappings":"2IAAA,W,2CCAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,OAAO,CAACE,YAAY,kBAAkB,CAACF,EAAG,KAAK,CAACE,YAAY,mBAAmB,CAACN,EAAIO,GAAG,SAASH,EAAG,KAAK,CAACE,YAAY,sBAAsB,CAACN,EAAIO,GAAG,QAAQH,EAAG,IAAI,CAACE,YAAY,sBAAsB,CAACN,EAAIO,GAAG,oBAAoBP,EAAIQ,GAAG,GAAGJ,EAAG,cAAc,CAACE,YAAY,UAAUG,MAAM,CAAC,GAAK,MAAM,CAACT,EAAIO,GAAG,gBAAgB,IAC5ZG,EAAkB,CAAC,WAAa,IAAIV,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,IAAI,CAACE,YAAY,qBAAqB,CAACN,EAAIO,GAAG,oBAAoBH,EAAG,IAAI,CAACK,MAAM,CAAC,KAAO,yBAAyB,CAACT,EAAIO,GAAG,iBAAiBP,EAAIO,GAAG,UCc9P,GACEI,KAAM,YACNC,QAAS,CACP,WACEC,SAASC,qBAAqB,QAAQ,GAAGC,aAAa,aAAc,gBAGxE,UACEd,KAAKe,aCvBoU,I,wBCQzUC,EAAY,eACd,EACAlB,EACAW,GACA,EACA,KACA,WACA,MAIa,aAAAO,E","file":"js/chunk-724820ea.b6da96e1.js","sourcesContent":["export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../../node_modules/css-loader/dist/cjs.js??ref--8-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/src/index.js??ref--8-oneOf-1-2!../../node_modules/sass-loader/dist/cjs.js??ref--8-oneOf-1-3!../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./404.vue?vue&type=style&index=0&id=75e914c0&scoped=true&lang=scss&\"","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('main',{staticClass:\"not-found-page\"},[_c('h1',{staticClass:\"not-found-title\"},[_vm._v(\"404\")]),_c('h2',{staticClass:\"not-found-sad-face\"},[_vm._v(\":(\")]),_c('p',{staticClass:\"not-found-subtitle\"},[_vm._v(\"Page Not Found\")]),_vm._m(0),_c('router-link',{staticClass:\"go-home\",attrs:{\"to\":\"/\"}},[_vm._v(\"Back Home\")])],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('p',{staticClass:\"not-found-message\"},[_vm._v(\" Facing Issues? \"),_c('a',{attrs:{\"href\":\"https://git.io/JzpL5\"}},[_vm._v(\"Get Support\")]),_vm._v(\". \")])}]\n\nexport { render, staticRenderFns }","<template>\n <main class=\"not-found-page\">\n <h1 class=\"not-found-title\">404</h1>\n <h2 class=\"not-found-sad-face\">:(</h2>\n <p class=\"not-found-subtitle\">Page Not Found</p>\n <p class=\"not-found-message\">\n Facing Issues?\n <a href=\"https://git.io/JzpL5\">Get Support</a>.\n </p>\n <router-link to=\"/\" class=\"go-home\">Back Home</router-link>\n </main>\n</template>\n\n<script>\n\nexport default {\n name: 'not-found',\n methods: {\n setTheme() {\n document.getElementsByTagName('html')[0].setAttribute('data-theme', 'dashy-docs');\n },\n },\n mounted() {\n this.setTheme();\n },\n};\n</script>\n\n<style scoped lang=\"scss\">\n@import '@/styles/media-queries.scss';\n@import '@/styles/style-helpers.scss';\nmain.not-found-page {\n margin: 0;\n padding: 0;\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: center;\n cursor: default;\n background: #202020;\n min-height: calc(99vh - var(--footer-height));\n background-color: #202020;\n h1.not-found-title, h2.not-found-sad-face {\n font-size: 20vh;\n font-family: Tahoma, monospace;\n cursor: default;\n color: #0c0c0c;\n text-shadow: 0px 4px 4px #090909, 0 0 0 #000, 0px 2px 2px #000000;\n margin: 1rem 0 0;\n }\n h2.not-found-sad-face {\n font-size: 4rem;\n margin: 0 0 1.5rem 0;\n }\n p {\n font-family: monospace;\n cursor: default;\n color: #0c0c0c;\n margin: 0.2rem 0;\n text-shadow: 0 1px 1px #090909, 0 0 0 #000, 0 1px 1px #000000;\n }\n p.not-found-subtitle {\n font-size: 2.8rem;\n }\n p.not-found-message {\n font-size: 1.4rem;\n font-weight: normal;\n a {\n color: #0c0c0c;\n font-family: monospace;\n }\n }\n a.go-home {\n padding: 0.3rem 1rem;\n border-radius: 3px;\n font-size: 1.7rem;\n cursor: pointer;\n font-family: Tahoma, monospace;\n color: #0c0c0c;\n margin: 2rem 0 0;\n text-decoration: none;\n background: #db78fc;\n box-shadow: 0 4px #b83ddd;\n &:hover { box-shadow: 0 2px #b83ddd; }\n }\n ::selection { background-color: #db78fc; color: #121212; }\n}\n</style>\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./404.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/cache-loader/dist/cjs.js??ref--1-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./404.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./404.vue?vue&type=template&id=75e914c0&scoped=true&\"\nimport script from \"./404.vue?vue&type=script&lang=js&\"\nexport * from \"./404.vue?vue&type=script&lang=js&\"\nimport style0 from \"./404.vue?vue&type=style&index=0&id=75e914c0&scoped=true&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"75e914c0\",\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}