infinity-forge
Version:
14 lines • 1.65 kB
JavaScript
;
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.Highlight = void 0;
var styled_components_1 = __importDefault(require("styled-components"));
exports.Highlight = (0, styled_components_1.default)('div')(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: ", ";\n width: ", ";\n height: ", ";\n min-width: ", ";\n min-height: ", ";\n border-radius: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n"], ["\n padding: ", ";\n width: ", ";\n height: ", ";\n min-width: ", ";\n min-height: ", ";\n border-radius: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n\n svg {\n width: 100%;\n height: auto;\n fill: currentColor;\n }\n"])), function (props) { return (props.$size === 'regular' ? '13px' : '8px'); }, function (props) { return (props.$size === 'regular' ? '50px' : '40px'); }, function (props) { return (props.$size === 'regular' ? '50px' : '40px'); }, function (props) { return (props.$size === 'regular' ? '50px' : '40px'); }, function (props) { return (props.$size === 'regular' ? '50px' : '40px'); });
var templateObject_1;
//# sourceMappingURL=styles.js.map