upgrade to filament v4
This commit is contained in:
@@ -1,8 +1,4 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
|
||||
@import "tailwindcss";
|
||||
|
||||
.fi-btn , .fi-input-wrp, .fi-tabs, .fi-sidebar-item-button {
|
||||
@apply rounded-sm !important;
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
@import '/vendor/filament/filament/resources/css/theme.css';
|
||||
@import '/vendor/awcodes/filament-table-repeater/resources/css/plugin.css';
|
||||
@import '../../../../vendor/filament/filament/resources/css/theme.css';
|
||||
|
||||
@config 'tailwind.config.js';
|
||||
@source '../../../../app/Filament/**/*';
|
||||
@source '../../../../resources/views/filament/**/*';
|
||||
|
||||
.fi-btn, .fi-input-wrp, .fi-tabs, .fi-sidebar-item-button, .fi-section {
|
||||
@apply rounded-sm !important;
|
||||
@apply rounded-sm ;
|
||||
}
|
||||
|
||||
.fi-tabs {
|
||||
@apply mx-0 rounded-sm ring-0 shadow !important;
|
||||
@apply mx-0 rounded-sm ring-0 shadow;
|
||||
}
|
||||
|
||||
.fi-resource-relation-managers, .fi-ta {
|
||||
@@ -16,33 +16,33 @@
|
||||
}
|
||||
|
||||
.fi-ta-ctn {
|
||||
@apply rounded-t-none rounded-b-sm ring-0 bg-transparent !important;
|
||||
@apply rounded-t-none rounded-b-sm ring-0 bg-transparent;
|
||||
}
|
||||
|
||||
.fi-loading-section > .fi-section {
|
||||
@apply rounded-t-none rounded-b-sm bg-transparent !important;
|
||||
@apply rounded-t-none rounded-b-sm bg-transparent;
|
||||
}
|
||||
|
||||
.fi-ta-header {
|
||||
@apply bg-primary-500 bg-opacity-10 !important;
|
||||
@apply bg-primary-500/10;
|
||||
}
|
||||
|
||||
.fi-ta-table > thead > tr {
|
||||
@apply bg-primary-400 bg-opacity-40 !important;
|
||||
@apply bg-primary-400/40;
|
||||
}
|
||||
|
||||
.fi-main {
|
||||
@apply md:px-3 lg:px-3 !important;
|
||||
@apply md:px-3 lg:px-3;
|
||||
}
|
||||
|
||||
.fi-tabs-item-active {
|
||||
@apply bg-primary-300 bg-opacity-5 rounded-none !important;
|
||||
@apply bg-primary-300/5 rounded-none;
|
||||
}
|
||||
|
||||
.list-inside {
|
||||
@apply ml-3 !important;
|
||||
@apply ml-3;
|
||||
}
|
||||
|
||||
.files-row {
|
||||
@apply hover:bg-gray-100 dark:hover:bg-gray-800 !important;
|
||||
@apply hover:bg-gray-100 dark:hover:bg-gray-800;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user