infinity-forge
Version:
11 lines • 1.84 kB
JavaScript
"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;
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.InputSeo = void 0;
var styled_components_1 = require("styled-components");
exports.InputSeo = (0, styled_components_1.styled)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding-top: 15px;\n\n h3 {\n display: flex;\n gap: 10px; \n align-items: center;\n font-size: 18px;\n margin-bottom: 5px;\n\n svg {\n width: 21px;\n height: auto;\n }\n }\n\n .content {\n .preview {\n display: flex;\n gap: 10px;\n align-items: center;\n\n .meta-image {\n width: 45px;\n height: 45px;\n border-radius: 100%;\n background-color: #545454;\n }\n\n h3 {\n color: #1a0dab;\n font-size: 18px;\n margin-bottom: 0;\n }\n\n p {\n color: #545454;\n word-wrap: break-word;\n line-height: 1.4;\n }\n }\n }\n"], ["\n padding-top: 15px;\n\n h3 {\n display: flex;\n gap: 10px; \n align-items: center;\n font-size: 18px;\n margin-bottom: 5px;\n\n svg {\n width: 21px;\n height: auto;\n }\n }\n\n .content {\n .preview {\n display: flex;\n gap: 10px;\n align-items: center;\n\n .meta-image {\n width: 45px;\n height: 45px;\n border-radius: 100%;\n background-color: #545454;\n }\n\n h3 {\n color: #1a0dab;\n font-size: 18px;\n margin-bottom: 0;\n }\n\n p {\n color: #545454;\n word-wrap: break-word;\n line-height: 1.4;\n }\n }\n }\n"])));
var templateObject_1;
//# sourceMappingURL=styles.js.map