custom-chatbot-app
Version:
This is my custom chatbot package for BuyersEdge
8 lines • 1.07 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.StyledChatPopupWrapper = void 0;
var tslib_1 = require("tslib");
var styled_components_1 = tslib_1.__importDefault(require("styled-components"));
exports.StyledChatPopupWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n z-index: 999;\n position: absolute;\n bottom: 20px;\n right: 20px;\n background-color: white;\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n border: 1px solid lightgray;\n height:500px; // these values send by user\n width: 500px; // these values send by user\n max-height: 700px;\n max-width: 900px;\n"], ["\n z-index: 999;\n position: absolute;\n bottom: 20px;\n right: 20px;\n background-color: white;\n box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);\n border: 1px solid lightgray;\n height:500px; // these values send by user\n width: 500px; // these values send by user\n max-height: 700px;\n max-width: 900px;\n"])));
var templateObject_1;
//# sourceMappingURL=styled.js.map