infinity-forge
Version:
14 lines • 1.77 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.TR = void 0;
var styled_components_1 = __importDefault(require("styled-components"));
exports.TR = (0, styled_components_1.default)('tr')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n > td {\n padding: 10px 10px 10px 40px !important;\n background: #f2f2f2;\n\n * {\n border-color: #dcdcdc !important;\n }\n }\n\n div {\n overflow: visible !important;\n }\n\n table {\n position: relative;\n z-index: 2;\n\n th {\n background: #dcdcdc;\n }\n\n &:before {\n content: '';\n background: #000;\n width: 2px;\n border-radius: 100%;\n height: 100%;\n position: absolute;\n z-index: 2;\n top: 0;\n left: -20px;\n }\n }\n"], ["\n > td {\n padding: 10px 10px 10px 40px !important;\n background: #f2f2f2;\n\n * {\n border-color: #dcdcdc !important;\n }\n }\n\n div {\n overflow: visible !important;\n }\n\n table {\n position: relative;\n z-index: 2;\n\n th {\n background: #dcdcdc;\n }\n\n &:before {\n content: '';\n background: #000;\n width: 2px;\n border-radius: 100%;\n height: 100%;\n position: absolute;\n z-index: 2;\n top: 0;\n left: -20px;\n }\n }\n"])));
var templateObject_1;
//# sourceMappingURL=styles.js.map