custom-chatbot-app
Version:
This is my custom chatbot package for BuyersEdge
8 lines • 1.29 kB
JavaScript
import { __makeTemplateObject } from "tslib";
import styled from 'styled-components';
import theme from '../../../Theme';
export var StyledBotMessageWrapper = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n line-break: auto;\n width: fit-content;\n justify-self: flex-start;\n margin-right: auto;\n margin-bottom: ", ";\n"], ["\n line-break: auto;\n width: fit-content;\n justify-self: flex-start;\n margin-right: auto;\n margin-bottom: ", ";\n"])), theme.spacing(3));
export var StyledBotMessage = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background: #EFEFEF; \n padding: ", ";\n border-radius: ", " ", " ", " ", ";\n"], ["\n background: #EFEFEF; \n padding: ", ";\n border-radius: ", " ", " ", " ", ";\n"])), theme.spacing(3), theme.spacing(0), theme.spacing(2), theme.spacing(2), theme.spacing(2));
export var StyledBotTime = 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