mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-21 10:51:36 +00:00
17 lines
428 B
CSS
17 lines
428 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;
|
|
}
|
|
|
|
.fi-btn-color-primary {
|
|
background-image: linear-gradient(to bottom right, rgba(var(--primary-500), 1), rgba(var(--primary-900), 1));
|
|
box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
|
|
}
|