UNPKG

infinity-forge

Version:
14 lines 1.61 kB
"use strict"; var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) { if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } return cooked; }; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotFound = void 0; var styled_components_1 = __importDefault(require("styled-components")); exports.NotFound = styled_components_1.default.section(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n color: #000;\n text-align: center;\n height: 70vh;\n display: flex;\n align-items: center;\n justify-content: center;\n\n .container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 30px;\n max-width: 500px;\n }\n\n .button {\n max-width: 300px;\n }\n\n @media only screen and (max-width: 650px) {\n .button {\n max-width: 200px;\n }\n }\n"], ["\n color: #000;\n text-align: center;\n height: 70vh;\n display: flex;\n align-items: center;\n justify-content: center;\n\n .container {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n gap: 30px;\n max-width: 500px;\n }\n\n .button {\n max-width: 300px;\n }\n\n @media only screen and (max-width: 650px) {\n .button {\n max-width: 200px;\n }\n }\n"]))); var templateObject_1; //# sourceMappingURL=styles.js.map