UNPKG

custom-chatbot-app

Version:

This is my custom chatbot package for BuyersEdge

7 lines 1.05 kB
import { __makeTemplateObject } from "tslib"; import styled from 'styled-components'; import theme from './Theme'; export var StyledChatWrapper = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: fixed;\n bottom: 0;\n right: 0;\n"], ["\n position: fixed;\n bottom: 0;\n right: 0;\n"]))); export var StyledChatIcon = styled.div(templateObject_2 || (templateObject_2 = __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.spacing(25.75), theme.spacing(25.75), theme.colors.primary.main); var templateObject_1, templateObject_2; //# sourceMappingURL=styled.js.map