infinity-forge
Version:
14 lines • 1.33 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;
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.TitleBlog = void 0;
var styled_components_1 = __importDefault(require("styled-components"));
exports.TitleBlog = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n width: 100%;\n position: relative;\n z-index: 10;\n\n .container {\n display: flex;\n justify-content: center;\n align-items: center;\n\n h1 {\n text-align: center;\n color: #000;\n line-height: 1.1;\n text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\n }\n }\n"], ["\n width: 100%;\n position: relative;\n z-index: 10;\n\n .container {\n display: flex;\n justify-content: center;\n align-items: center;\n\n h1 {\n text-align: center;\n color: #000;\n line-height: 1.1;\n text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);\n }\n }\n"])));
var templateObject_1;
//# sourceMappingURL=styles.js.map