chatbot-frontend-package-test
Version:
AI chatbot frontend package of Offshorly - TEST VERSION
1 lines • 2.5 kB
Source Map (JSON)
{"version":3,"sources":["index.css"],"names":[],"mappings":"AAAA,cAAc,CACd,oBAAoB,CACpB,mBAAmB,CAEnB,YAEC,MACC,8BAA+B,CAC/B,mCAAoC,CAEpC,mCAAoC,CACpC,wCAAyC,CAEzC,iCAAkC,CAClC,gDAAiD,CAEjD,6BAA8B,CAC9B,4CAA6C,CAE7C,8BAA+B,CAC/B,6CAA8C,CAE9C,mCAAoC,CACpC,4CAA6C,CAE7C,iCAAkC,CAClC,6BAA8B,CAE9B,uBACD,CAGA,MACC,mCAAoC,CACpC,gCAAiC,CAEjC,6BAA8B,CAC9B,8CAA+C,CAE/C,qCAAsC,CACtC,0CAA2C,CAE3C,iCAAkC,CAClC,0CAA2C,CAE3C,kCAAmC,CACnC,uCAAwC,CAExC,mCAAoC,CACpC,4CAA6C,CAE7C,kCAAmC,CACnC,iCAAkC,CAClC,oCACD,CAEA,eACC,uCACA,CAED,iBACC,4BACD,CAEA,UACC,kCACD,CAEA,uBACC,kCACD,CAIA,KACC,oCACD,CALD","file":"chatbot-frontend-package.css","sourcesContent":["@tailwind base;\n@tailwind components;\n@tailwind utilities;\n\n@layer base {\n\t/* :root { */\n\t.dark {\n\t\t--chatbot-background: 0 0% 100%;\n\t\t--chatbot-foreground: 222.2 84% 4.9%;\n\n\t\t--chatbot-primary: 222.2 47.4% 11.2%;\n\t\t--chatbot-primary-foreground: 210 40% 98%;\n\n\t\t--chatbot-secondary: 210 40% 96.1%;\n\t\t--chatbot-secondary-foreground: 222.2 47.4% 11.2%;\n\n\t\t--chatbot-muted: 210 40% 96.1%;\n\t\t--chatbot-muted-foreground: 215.4 16.3% 46.9%;\n\n\t\t--chatbot-accent: 210 40% 96.1%;\n\t\t--chatbot-accent-foreground: 222.2 47.4% 11.2%;\n\n\t\t--chatbot-destructive: 0 84.2% 60.2%;\n\t\t--chatbot-destructive-foreground: 210 40% 98%;\n\n\t\t--chatbot-input: 214.3 31.8% 91.4%;\n\t\t--chatbot-ring: 222.2 84% 4.9%;\n\n\t\t--chatbot-radius: 0.5rem;\n\t}\n\n\t/* .dark { */\n\t:root {\n\t\t--chatbot-background: 222.2 84% 4.9%;\n\t\t--chatbot-foreground: 210 40% 98%;\n\n\t\t--chatbot-primary: 210 40% 98%;\n\t\t--chatbot-primary-foreground: 222.2 47.4% 11.2%;\n\n\t\t--chatbot-secondary: 217.2 32.6% 17.5%;\n\t\t--chatbot-secondary-foreground: 210 40% 98%;\n\n\t\t--chatbot-muted: 217.2 32.6% 17.5%;\n\t\t--chatbot-muted-foreground: 215 20.2% 65.1%;\n\n\t\t--chatbot-accent: 217.2 32.6% 17.5%;\n\t\t--chatbot-accent-foreground: 210 40% 98%;\n\n\t\t--chatbot-destructive: 0 62.8% 30.6%;\n\t\t--chatbot-destructive-foreground: 210 40% 98%;\n\n\t\t--chatbot-border: 217.2 32.6% 17.5%;\n\t\t--chatbot-input: 217.2 32.6% 17.5%;\n\t\t--chatbot-ring: hsl(212.7, 26.8%, 83.9);\n\t}\n\n\t.bg-background {\n\t\tbackground-color: hsl(var(--background));\n }\n\n\t.text-foreground {\n\t\tcolor: hsl(var(--foreground));\n\t}\n\n\t.bg-muted {\n\t\tbackground-color: hsl(var(--muted));\n\t}\n\n\t.text-muted-foreground {\n\t\tcolor: hsl(var(--muted-foreground));\n\t}\n}\n\n@layer base {\n\tbody {\n\t\t@apply bg-background text-foreground;\n\t}\n}"]}