feat: updates
This commit is contained in:
@@ -6,5 +6,6 @@ export default {
|
||||
'./app/Filament/**/*.php',
|
||||
'./resources/views/filament/**/*.blade.php',
|
||||
'./vendor/filament/**/*.blade.php',
|
||||
'./vendor/awcodes/filament-table-repeater/resources/**/*.blade.php'
|
||||
],
|
||||
}
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
@import '/vendor/filament/filament/resources/css/theme.css';
|
||||
@import '/vendor/awcodes/filament-table-repeater/resources/css/plugin.css';
|
||||
|
||||
@config 'tailwind.config.js';
|
||||
|
||||
.fi-btn , .fi-input-wrp, .fi-tabs, .fi-sidebar-item-button, .fi-section {
|
||||
.fi-btn, .fi-input-wrp, .fi-tabs, .fi-sidebar-item-button, .fi-section {
|
||||
@apply rounded-sm !important;
|
||||
}
|
||||
|
||||
@@ -10,7 +11,7 @@
|
||||
@apply mx-0 rounded-sm ring-0 shadow !important;
|
||||
}
|
||||
|
||||
.fi-resource-relation-managers , .fi-ta {
|
||||
.fi-resource-relation-managers, .fi-ta {
|
||||
@apply gap-y-0 shadow-none bg-none;
|
||||
}
|
||||
|
||||
@@ -26,7 +27,7 @@
|
||||
@apply bg-primary-500 bg-opacity-10 !important;
|
||||
}
|
||||
|
||||
.fi-ta-table> thead > tr {
|
||||
.fi-ta-table > thead > tr {
|
||||
@apply bg-primary-400 bg-opacity-40 !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user