first commit
This commit is contained in:
15
frontend/app/globals.css
Normal file
15
frontend/app/globals.css
Normal 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%;
|
||||
}
|
||||
Reference in New Issue
Block a user