42 lines
1.4 KiB
CSS
42 lines
1.4 KiB
CSS
@import 'tailwindcss';
|
|
|
|
/* Required by all components */
|
|
@import '../../vendor/filament/support/resources/css/index.css';
|
|
|
|
/* Required by actions and tables */
|
|
@import '../../vendor/filament/actions/resources/css/index.css';
|
|
|
|
/* Required by actions, forms and tables */
|
|
@import '../../vendor/filament/forms/resources/css/index.css';
|
|
|
|
/* Required by actions and infolists */
|
|
@import '../../vendor/filament/infolists/resources/css/index.css';
|
|
|
|
/* Required by notifications */
|
|
@import '../../vendor/filament/notifications/resources/css/index.css';
|
|
|
|
/* Required by actions, infolists, forms, schemas and tables */
|
|
@import '../../vendor/filament/schemas/resources/css/index.css';
|
|
|
|
/* Required by tables */
|
|
@import '../../vendor/filament/tables/resources/css/index.css';
|
|
|
|
/* Required by widgets */
|
|
@import '../../vendor/filament/widgets/resources/css/index.css';
|
|
|
|
@variant dark (&:where(.dark, .dark *));
|
|
|
|
@source '../views';
|
|
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
|
|
@source '../../vendor/m21/formkit/resources/views/**/*.blade.php';
|
|
|
|
@theme {
|
|
--font-sans: 'Nunito', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
}
|
|
|
|
@font-face {
|
|
font-family: "Nunito";
|
|
src: url('../fonts/Nunito/Nunito-VariableFont_wght.ttf') format('truetype');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
} |