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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user