mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 15:32:35 +00:00
2.x
This commit is contained in:
11
resources/css/filament/app/tailwind.config.js
Normal file
11
resources/css/filament/app/tailwind.config.js
Normal file
@ -0,0 +1,11 @@
|
||||
import preset from "../../../../vendor/filament/filament/tailwind.config.preset";
|
||||
|
||||
export default {
|
||||
presets: [preset],
|
||||
content: [
|
||||
"./app/Web/**/*.php",
|
||||
"./resources/views/web/**/*.blade.php",
|
||||
"./resources/views/components/**/*.blade.php",
|
||||
"./vendor/filament/**/*.blade.php",
|
||||
],
|
||||
};
|
11
resources/css/filament/app/theme.css
Normal file
11
resources/css/filament/app/theme.css
Normal file
@ -0,0 +1,11 @@
|
||||
@import '/vendor/filament/filament/resources/css/theme.css';
|
||||
|
||||
@config 'tailwind.config.js';
|
||||
|
||||
.fi-breadcrumbs .fi-breadcrumbs-item-label {
|
||||
@apply text-xs;
|
||||
}
|
||||
|
||||
.choices__item--selectable {
|
||||
@apply cursor-pointer;
|
||||
}
|
Reference in New Issue
Block a user