mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-22 19:22:19 +00:00
12 lines
219 B
CSS
12 lines
219 B
CSS
@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;
|
|
}
|