Add touch-ready Filament login and admin update tooling

This commit is contained in:
soeren
2026-01-18 15:34:16 +01:00
parent 6f6ea8b24f
commit 30ca8082b3
31 changed files with 1940 additions and 1159 deletions

View File

@@ -0,0 +1,31 @@
@import '../../../../vendor/filament/filament/resources/css/theme.css';
@source '../../../../app/Filament/**/*';
@source '../../../../resources/views/filament/**/*';
@layer components {
.fi-btn {
@apply px-5 py-3 text-base;
}
.fi-icon-btn {
@apply p-3;
}
.fi-input-wrp {
@apply rounded-xl;
}
input.fi-input {
@apply px-4 py-3 text-base;
}
.fi-input-wrp-prefix,
.fi-input-wrp-suffix {
@apply gap-x-4 ps-4 pe-4;
}
.fi-input-wrp-label {
@apply text-base;
}
}