feat: initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
|
||||
|
||||
.fi-btn , .fi-input-wrp, .fi-tabs, .fi-sidebar-item-button {
|
||||
@apply rounded-sm !important;
|
||||
}
|
||||
|
||||
.fi-tabs {
|
||||
@apply mx-0 rounded-sm !important;
|
||||
}
|
||||
|
||||
.fi-resource-relation-managers {
|
||||
@apply gap-y-0;
|
||||
}
|
||||
|
||||
.fi-ta-ctn {
|
||||
@apply rounded-t-none rounded-b-sm;
|
||||
}
|
||||
|
||||
10
resources/css/filament/admin/tailwind.config.js
Normal file
10
resources/css/filament/admin/tailwind.config.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import preset from '../../../../vendor/filament/filament/tailwind.config.preset'
|
||||
|
||||
export default {
|
||||
presets: [preset],
|
||||
content: [
|
||||
'./app/Filament/**/*.php',
|
||||
'./resources/views/filament/**/*.blade.php',
|
||||
'./vendor/filament/**/*.blade.php',
|
||||
],
|
||||
}
|
||||
47
resources/css/filament/admin/theme.css
Normal file
47
resources/css/filament/admin/theme.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user