@selleo/chatbot-client
Version:
Client that can be integrated with a backend created with openai
2 lines (1 loc) • 557 B
CSS
@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.chat-transition-chatbox{transition:bottom .4s cubic-bezier(.22,1,.36,2),right .4s cubic-bezier(.22,1,.36,1),height .5s .2s cubic-bezier(.68,-2.55,.27,1.65),opacity .7s .3s}.chat-transition-toggle-menu{transition:bottom .4s,right .4s,width .5s .3s,height .5s .3s,opacity .6s .2s}.chat-chatbox-scroll ::-webkit-scrollbar{width:8px}.chat-chatbox-scroll ::-webkit-scrollbar-track{background:#f1f1f1}.chat-chatbox-scroll ::-webkit-scrollbar-thumb{background:#b4b4b4c4;border-radius:4px}}