@agentman/chat-widget
Version:
Agentman Chat Widget for easy integration with web applications
2 lines (1 loc) • 660 B
TypeScript
export declare const svgStyles = "\n \n .am-chat-svg-container {\n margin: 8px 0;\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: 4px;\n padding: 4px;\n }\n\n .am-chat-svg-wrapper {\n width: 200px; // Back to original size\n height: auto;\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n .am-chat-svg-wrapper svg {\n width: 100%;\n height: auto;\n display: block;\n }\n\n .am-chat-svg-wrapper.small {\n width: 100px;\n }\n .am-chat-svg-wrapper.medium {\n width: 200px;\n }\n .am-chat-svg-wrapper.large {\n width: 300px;\n } \n\n";