UNPKG

custom-chatbot-app

Version:

This is my custom chatbot package for BuyersEdge

9 lines 1.32 kB
import { __makeTemplateObject } from "tslib"; import styled from 'styled-components'; import theme from '../../Theme'; export var StyledHeader = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: space-between;\n height: ", ";\n width: 100%;\n background: ", ";\n"], ["\n display: flex;\n align-items: center;\n justify-content: space-between;\n height: ", ";\n width: 100%;\n background: ", ";\n"])), theme.spacing(18.5), theme.colors.primary.main); export var StyledBackButton = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n margin-left: ", ";\n gap: ", ";\n"], ["\n display: flex;\n align-items: center;\n margin-left: ", ";\n gap: ", ";\n"])), theme.spacing(6), theme.spacing(3)); export var StyledHeading = styled.h2(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n color: white;\n"], ["\n color: white;\n"]))); export var StyledMesssageImageWrapper = styled.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n flex: 1;\n text-align: center;\n"], ["\n flex: 1;\n text-align: center;\n"]))); var templateObject_1, templateObject_2, templateObject_3, templateObject_4; //# sourceMappingURL=styled.js.map