Customization
How to customize styles?
Change Styles
Let's start with how to change Yoda color styles.
You can find our variables can be found src/assets/less/_variables
User variables can be found in src/assets/less/_user-variables
. Uncomment Yoda variable on file and change it with yours.
Customize Ant Design Components
Yoda Admin Template created based on Ant Design Components.
Ant Design using less as the development language for styling. Components can customize with override Ant Design Variables.
Ant Design variables can be found in src/assets/less/variables/_ant-variables
Icon Customization
We used two different Icon set on Yoda Admin Template
Ant Design has special variable for icon font-prefix. If you want to use special icon make sure you add .remix-icon
class to your icons. Or you can change your own prefix and use it for your icons.
Last updated