Under construction
You can find several folders inside src/styles/semantic/themes/default
. Each folder has a group of .variables and .overrides files. Both of them are LESS code.
In .variables files, you can modify different parameters and in .overrides you can add code to override final selector.
Run npm install
first time and after each pull
Run ng serve
Run npm install && npm run build-prod && npm start