Enhance Filament admin panel with new branding and CSS assets. Added brand logos for light and dark modes, integrated custom CSS for login page styling, and removed the obsolete TruncgilPanelProvider. Updated asset loading in the admin panel configuration.

This commit is contained in:
Ümit Tunç
2025-09-27 13:14:49 -03:00
parent 91598f0847
commit 5ae571f10b
41 changed files with 2377 additions and 59 deletions
+26
View File
@@ -0,0 +1,26 @@
/* Login sayfası logo boyutu */
.fi-logo {
height: 6rem !important;
width: auto !important;
}
/* Login sayfası brand logo boyutu */
.fi-brand-logo {
height: 6rem !important;
width: auto !important;
}
/* Login sayfası brand logo container */
.fi-brand-logo-container {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 2rem;
}
/* Login sayfası brand logo img */
.fi-brand-logo img {
height: 6rem !important;
width: auto !important;
max-width: none !important;
}