first commit

This commit is contained in:
Your NamebaishaliHolocron
2026-06-15 12:57:03 +05:30
commit b9ac5ae0b2
398 changed files with 49583 additions and 0 deletions

15
frontend/app/globals.css Normal file
View File

@@ -0,0 +1,15 @@
/* Kendo UI Theme - local package install */
@import "@progress/kendo-theme-default/dist/all.css";
@import "tailwindcss";
@import "ikoncomponents/dist/styles.css";
/* Prevent Tailwind preflight from stripping Kendo Gantt bar dimensions */
.k-gantt .k-task-complete {
position: absolute !important;
}
.k-gantt table {
width: 100%;
}