mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 07:33:17 +00:00
Update Admin panel customization documentation
Update outdated Styles section.
This commit is contained in:
parent
038bbb3e20
commit
dc6f0c2d3e
@ -142,7 +142,7 @@ export default WysiwygWithErrors;
|
||||
|
||||
The AdminUI package source can be easily found in `./node_modules/strapi-admin/src/`.
|
||||
|
||||
For example, to change the top-left displayed admin panel's color, `./node_modules/strapi-admin/admin/src/components/LeftMenuHeader/styles.scss` should be overriden by `./admin/src/components/LeftMenuHeader/styles.scss` with your own styles.
|
||||
For example, to change the top-left displayed admin panel's color, copy the `./node_modules/strapi-admin/admin/src/components/LeftMenuHeader` folder to `./admin/src/components/LeftMenuHeader` and change the styles inside `./admin/src/components/LeftMenuHeader/Wrapper.js`.
|
||||
|
||||
Thus, you are replacing the files that would normally be in `node_modules/strapi-admin/admin/src` and directing them to `admin/src/some/file/path`.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user