UNPKG

infinity-forge

Version:
14 lines 2.07 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.InputMetaImage = void 0; var styled_components_1 = __importDefault(require("styled-components")); exports.InputMetaImage = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n .meta-image {\n .meta_image_no_file_selected,\n .result_meta_image {\n gap: 20px;\n align-items: center;\n border-radius: 5px;\n border: 1px solid #ccc;\n padding: 15px 20px;\n cursor: pointer;\n display: inline-flex;\n\n img {\n height: 30px !important;\n width: 30px !important;\n }\n\n svg {\n width: 17px !important;\n fill: #828282;\n }\n\n .action-button {\n padding: 0;\n border: 0;\n width: unset !important;\n height: unset !important;\n }\n }\n\n p {\n margin-bottom: 0;\n font-size: 14px;\n }\n }\n"], ["\n .meta-image {\n .meta_image_no_file_selected,\n .result_meta_image {\n gap: 20px;\n align-items: center;\n border-radius: 5px;\n border: 1px solid #ccc;\n padding: 15px 20px;\n cursor: pointer;\n display: inline-flex;\n\n img {\n height: 30px !important;\n width: 30px !important;\n }\n\n svg {\n width: 17px !important;\n fill: #828282;\n }\n\n .action-button {\n padding: 0;\n border: 0;\n width: unset !important;\n height: unset !important;\n }\n }\n\n p {\n margin-bottom: 0;\n font-size: 14px;\n }\n }\n"]))); var templateObject_1; //# sourceMappingURL=styles.js.map