We recommend customizing the Admin through .scss
files compiled with as described in the Getting Started > Build guide above.
All SCSS files are found in src/sass
.
For changing the theme colors and style we recommend using the user-variables.scss
file and setting the same variables found in _variables.scss
overiding them.
Chart colors need to be edited in src/js/settings.js
app.scss - Main File compiled containing in exact order
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import './variables';
@import 'bootstrap/scss/bootstrap';
@import 'material-design-kit/src/style';
@import ...
@import ...