feat: initial commit

This commit is contained in:
JP
2024-08-05 08:04:35 +08:00
parent 0f3c3db73b
commit 140e821e0c
194 changed files with 14509 additions and 254 deletions

View File

@@ -0,0 +1,47 @@
@import '/vendor/filament/filament/resources/css/theme.css';
@config 'tailwind.config.js';
.fi-btn , .fi-input-wrp, .fi-tabs, .fi-sidebar-item-button, .fi-section {
@apply rounded-sm !important;
}
.fi-tabs {
@apply mx-0 rounded-sm ring-0 shadow !important;
}
.fi-resource-relation-managers , .fi-ta {
@apply gap-y-0 shadow-none bg-none;
}
.fi-ta-ctn {
@apply rounded-t-none rounded-b-sm ring-0 bg-transparent !important;
}
.fi-loading-section > .fi-section {
@apply rounded-t-none rounded-b-sm bg-transparent !important;
}
.fi-ta-header {
@apply bg-primary-500 bg-opacity-10 !important;
}
.fi-ta-table> thead > tr {
@apply bg-primary-400 bg-opacity-40 !important;
}
.fi-main {
@apply md:px-3 lg:px-3 !important;
}
.fi-tabs-item-active {
@apply bg-primary-300 bg-opacity-5 rounded-none !important;
}
.list-inside {
@apply ml-3 !important;
}
.files-row {
@apply hover:bg-gray-100 dark:hover:bg-gray-800 !important;
}