15 lines
343 B
CSS
15 lines
343 B
CSS
/* 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%;
|
|
} |