feat: tune web app visual

This commit is contained in:
3252a8
2026-04-24 21:04:53 +03:00
parent bc29f5ebd6
commit 86f944e544
10 changed files with 2621 additions and 1469 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"private": true,
"scripts": {
"build:webapp:css": "tailwindcss -i ./bot/app/web/templates/subscription_webapp.tailwind.css -o ./bot/app/web/templates/subscription_webapp.css --minify"
},
"devDependencies": {
"@tailwindcss/cli": "4.2.4",
"tailwindcss": "4.2.4"
}
}