UNPKG

custom-chatbot-app

Version:

This is my custom chatbot package for BuyersEdge

8 lines 1.25 kB
import { __makeTemplateObject } from "tslib"; import styled from 'styled-components'; import theme from '../../../Theme'; export var StyledUserMessageWrapper = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n line-break: auto;\n width: fit-content;\n justify-self: flex-end;\n margin-left: auto;\n"], ["\n line-break: auto;\n width: fit-content;\n justify-self: flex-end;\n margin-left: auto;\n"]))); export var StyledUserMessage = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background: #007CF9;\n color: white;\n padding: ", "; \n border-radius: ", " ", " ", " ", ";\n"], ["\n background: #007CF9;\n color: white;\n padding: ", "; \n border-radius: ", " ", " ", " ", ";\n"])), theme.spacing(3), theme.spacing(2), theme.spacing(0), theme.spacing(2), theme.spacing(2)); export var StyledUserTime = styled.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n text-align: end; \n margin-top: ", "; \n font-size: ", "; \n font-weight: bold \n"], ["\n text-align: end; \n margin-top: ", "; \n font-size: ", "; \n font-weight: bold \n"])), theme.spacing(1.25), theme.spacing(2.5)); var templateObject_1, templateObject_2, templateObject_3; //# sourceMappingURL=styled.js.map