UNPKG

custom-chatbot-app

Version:

This is my custom chatbot package for BuyersEdge

10 lines 1.33 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StyledChatIcon = exports.StyledChatWrapper = void 0; var tslib_1 = require("tslib"); var styled_components_1 = tslib_1.__importDefault(require("styled-components")); var Theme_1 = tslib_1.__importDefault(require("./Theme")); exports.StyledChatWrapper = styled_components_1.default.div(templateObject_1 || (templateObject_1 = tslib_1.__makeTemplateObject(["\n position: fixed;\n bottom: 0;\n right: 0;\n"], ["\n position: fixed;\n bottom: 0;\n right: 0;\n"]))); exports.StyledChatIcon = styled_components_1.default.div(templateObject_2 || (templateObject_2 = tslib_1.__makeTemplateObject(["\n position:absolute;\n bottom: 20px;\n right: 20px;\n width: ", ";\n height: ", ";\n border-radius: 50%;\n background-color: ", ";\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n"], ["\n position:absolute;\n bottom: 20px;\n right: 20px;\n width: ", ";\n height: ", ";\n border-radius: 50%;\n background-color: ", ";\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n"])), Theme_1.default.spacing(25.75), Theme_1.default.spacing(25.75), Theme_1.default.colors.primary.main); var templateObject_1, templateObject_2; //# sourceMappingURL=styled.js.map