Initial commit
This commit is contained in:
25
users-manage/src/styles/2_tabulator-table.css
Normal file
25
users-manage/src/styles/2_tabulator-table.css
Normal 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;
|
||||
}
|
||||
2
users-manage/src/styles/index.css
Normal file
2
users-manage/src/styles/index.css
Normal file
@@ -0,0 +1,2 @@
|
||||
@import './tailwind_setup.css';
|
||||
@import './2_tabulator-table.css';
|
||||
3
users-manage/src/styles/tailwind_setup.css
Normal file
3
users-manage/src/styles/tailwind_setup.css
Normal file
@@ -0,0 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
Reference in New Issue
Block a user