UNPKG

infinity-forge

Version:
14 lines 3.24 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.Page404Styles = void 0; var styled_components_1 = __importDefault(require("styled-components")); exports.Page404Styles = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 30px 0;\n\n .image {\n width: 100%;\n max-width: ", ";\n min-width: 200px;\n margin: 0 auto ", ";\n }\n\n .text {\n text-align: center;\n margin-bottom: clamp(20px, 1.56vw, 30px);\n\n h1 {\n font-size: ", ";\n color: #000;\n }\n\n p {\n line-height: 1.7;\n color: #666666;\n font-size: 16px;\n }\n }\n\n a {\n width: 100%;\n max-width: fit-content;\n height: 2.81vw;\n min-height: 46px;\n border-radius: 5px;\n display: flex;\n align-items: center;\n justify-content: center;\n background: ", ";\n color: #fff;\n gap: 10px;\n font-size: 16px;\n padding: 0 24px;\n margin: 0 auto;\n font-weight: 600;\n text-decoration: none;\n\n svg {\n width: 18px;\n height: auto;\n fill: currentColor;\n }\n }\n\n @media only screen and (max-width: 1024px) {\n .text {\n h1 {\n font-size: 26px;\n }\n\n p {\n font-size: 14px;\n }\n }\n\n a {\n font-size: 14px;\n padding: 0 20px;\n\n svg {\n width: 16px;\n }\n }\n }\n"], ["\n padding: 30px 0;\n\n .image {\n width: 100%;\n max-width: ", ";\n min-width: 200px;\n margin: 0 auto ", ";\n }\n\n .text {\n text-align: center;\n margin-bottom: clamp(20px, 1.56vw, 30px);\n\n h1 {\n font-size: ", ";\n color: #000;\n }\n\n p {\n line-height: 1.7;\n color: #666666;\n font-size: 16px;\n }\n }\n\n a {\n width: 100%;\n max-width: fit-content;\n height: 2.81vw;\n min-height: 46px;\n border-radius: 5px;\n display: flex;\n align-items: center;\n justify-content: center;\n background: ", ";\n color: #fff;\n gap: 10px;\n font-size: 16px;\n padding: 0 24px;\n margin: 0 auto;\n font-weight: 600;\n text-decoration: none;\n\n svg {\n width: 18px;\n height: auto;\n fill: currentColor;\n }\n }\n\n @media only screen and (max-width: 1024px) {\n .text {\n h1 {\n font-size: 26px;\n }\n\n p {\n font-size: 14px;\n }\n }\n\n a {\n font-size: 14px;\n padding: 0 20px;\n\n svg {\n width: 16px;\n }\n }\n }\n"])), function (props) { return (props.$small ? '12vw' : '19.27vw'); }, function (props) { return (props.$small ? '15px' : '20px'); }, function (props) { return (props.$small ? '20px' : '30px'); }, function (props) { return props.theme.primaryColor; }); var templateObject_1; //# sourceMappingURL=styles.js.map