UNPKG

custom-chatbot-app

Version:

This is my custom chatbot package for BuyersEdge

8 lines 1.3 kB
import { __makeTemplateObject } from "tslib"; import styled from 'styled-components'; import theme from '../../Theme'; export var StyledHeaderWrapper = styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n height: ", ";\n width: 100%;\n background: ", ";\n position: relative;\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n height: ", ";\n width: 100%;\n background: ", ";\n position: relative;\n"])), theme.spacing(18.5), theme.colors.primary.main); export var StyledBackButton = styled.div(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n position: absolute;\n left: 3px;\n display: flex;\n align-items: center;\n justify-content: center;\n margin-left: ", ";\n gap: ", ";\n height: 100%;\n"], ["\n position: absolute;\n left: 3px;\n display: flex;\n align-items: center;\n justify-content: center;\n margin-left: ", ";\n gap: ", ";\n height: 100%;\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"]))); var templateObject_1, templateObject_2, templateObject_3; //# sourceMappingURL=styled.js.map