Initial commit

This commit is contained in:
2024-03-05 11:36:21 +03:00
commit bf2f060b94
212 changed files with 100448 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
.tabulator .tabulator-header {
@apply py-1;
}
.tabulator .tabulator-header .tabulator-header-contents {
@apply bg-gray-200 rounded shadow pr-2;
}
.tabulator .tabulator-headers .tabulator-col-resize-handle {
@apply cursor-move my-auto bg-white rounded-full;
}
.tabulator-row {
@apply rounded m-1 shadow-lg;
}
.tabulator-row .tabulator-cell {
@apply px-2 text-[13px];
}
.tabulator-header-filter > input {
@apply rounded-md;
}

View File

@@ -0,0 +1,2 @@
@import './tailwind_setup.css';
@import './2_tabulator-table.css';

View File

@@ -0,0 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;