Customizing Admin Panel
Created 5 years ago by jzacharyIs there a relatively easy approach to branding the admin panel? Just need minor color or logo changes that don't get wiped with an admin them update.
ryanthompson
—
5 years ago
I would write an extension to simply add assets to the theme.css or whatever collection to override for admin requests (to ensure targeting the admin theme). $asset->add($collection, $asset)
in a boot method of the service provider for example.
Hi, to do those minor changes you should find in scss of the theme in 'core/pyrocms/accelerant-theme/resources/scss/theme'.